Okay
  Public Ticket #3340230
Change the color of buttons
Closed

Comments

  • theITguysInc started the conversation

    Hi,


    Can't find a setting to change the hex color of the buttons. I simply need to match the colors of the logo, which is ff0000.

    I checked the sales thread and the help file, but nothing.

    Please direct...


    Thanks,

  •  526
    Vasilis replied

    Hi there,

    add this

    .btn:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover, .comment-reply-link:hover,
    .btn, .comment-reply-link, input[type="button"], input[type="submit"], input[type="reset"], button, .button{
     background:#ff0000;   
    }
    

    in your custom CSS box under Customize-▸Additional CSS

    Let me know if this worked for you.

  • theITguysInc replied

    That did it...thanks. Although not a big deal, but maybe for my client - how bout the button for the stream player?

    Thanks in advance...

  • theITguysInc replied

    Sorry - also for the footer text, underlined links and especially for the the menu. Like I said - client will probably bring it up because all the red on the site must match the red in their logo.

  •   theITguysInc replied privately
  •  526
    Vasilis replied

    Hi there, 

    since you need to apply a different theme color, I suggest this. Open default.css in colors folder (or any other theme you are using) from Appearance->Theme editor, then replace all occurrences of the default base hex color #ED145B with yours. Then you will have in all sections the correct color and your own theme pallete

    Let me know if you need additional help with this