Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3673892
category menu item
Closed

Comments

  •  2
    TennisLifeMagazine started the conversation

    Hi :-) I was trying to find the right css code to change the color of each category menu item. I've attached an image as an example.

    Attached files:  website help.jpg

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #navigation .menu > li.custom-class > a {
      color: #fff;
    }

    Replace custom-class with the class name you've added like the screenshot below:

    WX1p5Iv.png

    Regards,
    PenciDesign.


  •  2
    TennisLifeMagazine replied

    It works, thank you! Also, Is there an easier CSS trick to do this for every category? I've seen the settings where I can change the category name color on the category page itself, but I'd love to be able to change it so the different colored categories display everywhere else on the site. Is there a setting or condensed CSS that would do the parent and child categories so there isn't a billion lines of CSS?

  •  2,540
    PenciDesign replied

    Hi,

    Unfortunately, there is no solution to apply this to every category automatically. You need to manually add it to each menu item.

    Regards,
    PenciDesign.


  •  2
    TennisLifeMagazine replied

    Ahhhh... Thank you so much :-)