• how can I change the color of the read more buttons and the color that shows up when clicking on a menu option?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThinkUpThemes

    (@thinkupthemes)

    Hi jenaj,

    Can you add a link to your site please. It would be good to test any css to be sure it works before providing it. Sometimes plugins can cause styling conflicts, so be good to see if that’s the case here or not.

    Add this to your custom CSS code. (for example this is a black button)

    .themebutton
    {
    	background: #000;
    }

    Of course you can change the .themebutton:hover color as well.

    Cheers, D

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color around menu options and 'read more' boxes’ is closed to new replies.