• Resolved cyber_wp

    (@cyber_wp)


    Hi Christine:
    Access website: https://www.galleryviews.com/wordpress/
    Looking at the Main Category sections like: Into, Collages, Greeting Cards, Christmas Cards, Sketches, etc., I would like to be able to change the font color to black. Only the main category section name NOT the sub menu fonts. It would make it easier to distinguish between the different categories.

    Thanks again for your time.
    Vic

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    Hi Vic,
    Try adding the following either to a custom CSS plugin or your child theme.

    .main-navigation li a {
        color: #000;
    }
    
    .main-navigation li li a {
        color: #bbb;
    }
    Thread Starter cyber_wp

    (@cyber_wp)

    Hey Christine:
    Excellent. That worked well. I made a more few more adjustments, on my own on, with the font color when I hover over the links.

    Regards,
    Vic

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Main Category Name Font Color’ is closed to new replies.