Welcome, Guest
Please Login or Register.  Lost Password?
changing font size in splitmenu box (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: changing font size in splitmenu box

#4801
changing font size in splitmenu box 1 Year, 9 Months ago  
Hi,

could someone tell me how to increase the font size of splitmenu section as I intend to use it for breadcrumbs.

thank you,

ir
risardi (User)
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access. 
#4809
changing font size in splitmenu box 1 Year, 8 Months ago  
Hi Risardi

The actual text inside the split menu is controlled by these lines that you could change:

#splitmenu .menu a
{
font-size: 1.1em;
font-weight: bold;
line-height: 24px;
padding-top: 5px;
padding-right: 12px;
padding-bottom: 5px;
padding-left: 12px;
}

#splitmenu .menu a:hover
{
color: #ffffff;
text-decoration: none;
}
steve (Admin)
Admin
Posts: 2744
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Last Edit: 2008/12/08 00:03 By steve.
 
Any questions at all - just ask
 
The administrator has disabled public write access. 
#4850
changing font size in splitmenu box 1 Year, 8 Months ago  
hi steve,

I found that section on the splitmenu setup could you give me a little bit more clue on how to increase the font size of the splitmenu. I experimented by increasing the font-size=1.1em to 4 as an example, however I still couldn't get it displayed with a bigger font.

Thank you for your patience.

Cheers,

IR
risardi (User)
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access. 
#4864
changing font size in splitmenu box 1 Year, 8 Months ago  
Quick question: when you changed the font size, did you add the "em" after the value (i.e. 4em vs just 4)?
sambible (Admin)
Admin
Posts: 66
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access. 
#4867
changing font size in splitmenu box 1 Year, 8 Months ago  
hi steve,

yeah, I have put the em and am trying to put 15 this time, yet not changes appeared.

regards,

iman
risardi (User)
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access. 
#4880
changing font size in splitmenu box 1 Year, 8 Months ago  
Iman,
I'm not sure why this isn't working for you. Could you post or PM me a link to your site so I can take a look?

Sam
sambible (Admin)
Admin
Posts: 66
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access. 
#6573
Re:changing font size in splitmenu box 1 Year, 2 Months ago  
Hi Sam,

Going back to previous question a long time ago, I need to reinstall the Bolt template however I don't want to lose the changes that you made to increase the font size of splitmenu box, could you tell me whether there is a file that I can save to keep the changes and put it back after reinstalling the bolt template. Otherwise, you may specify which section that I need to change to obtain the same result.

cheers,

iman
risardi (User)
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access. 
Go to top