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 »

How to make <bold> the category menu text ?


  #1  
Old Mar 20, 2009, 06:59 AM
ciolo
 
12 posts · Mar 2009
I tried to make the category menu in bold, but what am i missing ? I tried to insert the css:

Quote:
ul#rMenu li.current-cat a:link,
ul#rMenu li.current-cat a:hover,
ul#rMenu li.current-cat a:visited,
ul#rMenu li.current-cat a:active
{
font-weight: bold;
}
but it doesnt work
  #2  
Old Mar 28, 2009, 07:53 PM
carnival
 
3 posts · Mar 2009
I was looking for the same thing and found the css change needed to be done in header.php. The code is near the bottom of the file.

It works fine for me and now the code looks like this:

ul#rmenu li a:link, ul#rmenu li a:hover, ul#rmenu li a:visited, ul#rmenu li a:active
{
color: #<?php echo $bfa_ata_cat_menu_bar_link_color; ?>;
text-transform: <?php echo $bfa_ata_cat_menu_transform; ?>;
font: <?php echo $bfa_ata_cat_menu_font; ?>;
font-weight: bold;
}

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
How to make Page Menu Bar items BOLD? PerryM Page & Category Menu Bars 3 Dec 3, 2009 09:03 AM
Body text on Homepage bold where it shouldn't be ccw Atahualpa 3 Wordpress theme 1 Apr 22, 2009 08:06 PM
BOLD widget text jim Sidebars & Widgets 6 Mar 30, 2009 10:24 AM
Bold Comments and Post-Text if i have 1 Comment Volker Post-Kicker, -Byline & -Footer 2 Feb 24, 2009 02:29 PM


All times are GMT -6. The time now is 08:47 PM.


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