Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] Setting the bold font for page menu bar


  #1  
Old Apr 19, 2010, 02:50 PM
vcurious
 
6 posts · Apr 2010
Is there any way to set a bold font for page menu bar?
Couldn't find it at Theme options
  #2  
Old Apr 19, 2010, 03:04 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you need to add a css insert using the 'font-weight' option using a css selector of 'ul.rMenu li'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Apr 19, 2010, 03:37 PM
vcurious
 
6 posts · Apr 2010
Quote:
Originally Posted by juggledad
you need to add a css insert using the 'font-weight' option using a css selector of 'ul.rMenu li'
Well, found in css.php:
Quote:
ul.rMenu li {
position: relative;
z-index: 1;
}
changed it to:
Quote:
ul.rMenu li {
position: relative;
z-index: 1;
font-weight: bold;
}
Nothing changed
  #4  
Old Apr 19, 2010, 03:40 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Don't change css.php or you will have to change it each time you upgrade the theme. It is much easier to add it to the CSS Inserts. just use
HTML Code:
ul.rMenu li {
font-weight: bold !important;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Apr 19, 2010, 03:49 PM
vcurious
 
6 posts · Apr 2010
Quote:
Originally Posted by juggledad
Don't change css.php or you will have to change it each time you upgrade the theme. It is much easier to add it to the CSS Inserts. just use
HTML Code:
ul.rMenu li {
font-weight: bold !important;
}
Thanks for CSS Inserts advise, but same thing.
Font in Page menu bar is still normal, not bold.
  #6  
Old Apr 19, 2010, 04:10 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
sorry, most people are dealing with the menu color, you need to use
HTML Code:
ul.rMenu li a{
font-weight: bold !important;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Apr 19, 2010, 04:16 PM
vcurious
 
6 posts · Apr 2010
That's exatcly what i need!
Thanks again juggledad!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How To add Bold and Underline to Page and Category Menu Bar Hovers fromtheranks Page & Category Menu Bars 8 Aug 5, 2010 05:07 AM
Page Menu Bar Bold technstuff Page & Category Menu Bars 5 Jul 24, 2010 11:29 AM
How to make Page Menu Bar items BOLD? PerryM Page & Category Menu Bars 3 Dec 3, 2009 09:03 AM
Font sizes on page menu bar cbjeff Page & Category Menu Bars 2 Jun 29, 2009 09:47 AM
Font Size & Face setting reset on save in Page Menu Bar options RobertSGold Page & Category Menu Bars 6 Apr 10, 2009 09:54 PM


All times are GMT -6. The time now is 08:15 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.