-
AuthorPosts
-
December 8, 2008 at 9:08 pm #136074
Hi,
We’re just setting ups a site using Uvite, and we’re fairly new to Joomla. We thought we’d use it for our own site to get used to the system.
We’re getting redundant menu subtitles, and I haven’t been able to figure out where to edit those properties or remove this feature without just snipping that bit of code from the source files.
For example, on the demo for Uvite, the menu says things like Home, and underneath, “Welcome to the Front Page.”
On our dev site, we’re getting “Home” and underneath that “Home.”
Ideally, we could just turn this second line off, but I can’t even find where to change the value so it doesn’t echo the menu item name. Obviously, I’m looking on the wrong place.
Any help?
Thanks.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 9, 2008 at 8:13 am #281908Hi wirecreative !
to change subnav for each menu , you can do it following way below :
– Go to admin >> Menus >> Mainmenu –> select a menu item
– On right panel , you select Parameters (System) tab and change page title for it.December 10, 2008 at 1:11 am #282082Hello,
Is there a way to remove the subnav navigation ? I do not want to see the second line.
Thanks,
jay973 Friendjay973
- Join date:
- October 2008
- Posts:
- 401
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 28
- Thanked:
- 105 times in 68 posts
December 10, 2008 at 1:20 am #282083Hi,
You could try this method and see if it works for you:
in template.css (line 788) change
#ja-mainnav span.menu-desc {
clear:both;
color:#A2893E;
display:block;
font-size:80%;
font-weight:normal;
line-height:normal;
padding:0 10px;
}to this:
#ja-mainnav span.menu-desc {
clear:both;
color:#A2893E;
display:none;
font-size:80%;
font-weight:normal;
line-height:normal;
padding:0 10px;
}Hope this helps,
Jason.4 users say Thank You to jay973 for this useful post
December 10, 2008 at 1:21 am #282084Thanks for the feedback, guys. I may try that CSS trick, but now that the small text no longer echos the Menu item name, it’s cool.
-
AuthorPosts
This topic contains 7 replies, has 6 voices, and was last updated by annbumpus 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum