• Dilopo

    (@dilopo)


    I use the Coller theme with the standard color for the menu buttons.
    For my website I would like to add one button with a different color, to emphasize that part of the website. How is it possible to make this?

Viewing 1 replies (of 1 total)
  • What you’ll need to do is to create a child theme and put the CSS code into the style.css file. This way when the Coller theme updates, your customizations won’t get overwritten since they’re in the Coller child theme.

    Or if you don’t want to mess with that, you can install the Simple Custom CSS plugin and insert the following CSS:

    .main-navigation li.page-item-183 a { background-color: ##41c12e; }

    Just replace:

    • 183 with the page id the link goes to
    • #41c12e with your desired color

    Amy

Viewing 1 replies (of 1 total)
  • The topic ‘One menu button with different color’ is closed to new replies.