-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 30, 2008 at 4:07 am #130305For JA-Iris for Joomla 1.5, is there any way to separate the text/font size of the mainnav from the rest of the template? I have been trying to do this in the template.css, but the font size still seems attached to the overall text-size configuration within the Template Manager (in the backend).
I want the font of my mainnav to be a different size than the other text on the site.
Thanks,
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 30, 2008 at 7:02 am #257121Hi tcraw1010 !
What menu type do you use ?
If you use split menu you can do it following way below :
Open ja-spliymenu.css file in templates/ja_iris/ja_menus/ja_splitmenu folder, find following code section at about line 30 :
#ja-splitmenu a {
border-style:solid solid none;
font-size:100%;
font-weight:bold;
text-decoration:none;
}
change to :
#ja-splitmenu a {
border-style:solid solid none;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 30, 2008 at 1:42 pm #257231I’m using the Dropline menu and that is exactly the kind of modifications I have been trying. However, the “template parameters” seem to want to override the changes to the CSS I try to make (in this regard). I basically want to be able to control the text size for every section independently of the “Font Size” parameters within the J 1.5 Template Manager.
A second part to my question with regard to the dropline menu is . . . Is there a way to have the “drop” menu with the sub-menu items display only when there are sub-items to display – and not when there are none?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 1, 2008 at 1:14 am #257306Anyone ??
Anyone ??
:((
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 1, 2008 at 2:51 am #257312Hi tcraw1010 !
Please send url of your site.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 1, 2008 at 2:54 am #257313<em>@hainn84 63522 wrote:</em><blockquote>Hi tcraw1010 !
Please send url of your site.</blockquote>
I’m working with it on a localhost server.Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 1, 2008 at 4:24 am #257321Hi tcraw1010 !
You can change it following way below:
Open ja-scriptdlmenu.css file in templates/ja_iris/ja_menus/ja_scriptdlmenu folder , find following code section at about line 26
#jasdl-mainnav a {
border-style:solid solid none;
font-size:100%;
font-weight:bold;
text-decoration:none;
}
change to :
#jasdl-mainnav a {
border-style:solid solid none;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 1, 2008 at 4:53 am #257326Thanks hainn . . .
And as luck would have it – by some happenstance during some trial-and-error experimentation, I solved my second issue regarding the dropline display.
😀
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by TomC 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum