Change color on a tab

Support Area Forums Epic Change color on a tab

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://nicholshillsumc.org
  • Author
    Posts
  • #36554
    Delaney Sheffield
    Participant

    Hello.

    I would like to change the color of the tab on our website (www.nicholshillsumc.org) that says “Giving” to a different color…perhaps red in Epic. Is there a way to do this but leave the other tabs the color they are currently?

    Thank you for your help.

    #36555
    Bill Robbins
    Moderator

    Hi Delaney,

    Excellent question there. You can do that. WordPress gives each menu item a unique ID that we can use to style it individually. Here’s how:

    1. Go to the Appearance section in your WordPress dashboard and select Theme Options.
    2. Click on the styling tab and scroll down to the Custom CSS box and add this:
      
      li#menu-item-105 a {
      	color: #f80000;
      }
      
    3. Save your changes.

    That should change the giving menu item to red. Feel free to replace the #f80000 to a different color if you’d rather have a different red there.

    If you have any trouble, let me know.

    Have a great week,
    Bill

    #36556
    Delaney Sheffield
    Participant

    That worked perfectly!

    Thank you so much!

    #36557
    Bill Robbins
    Moderator

    Happy to help out 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color on a tab’ is closed to new replies.