Okay
  Public Ticket #596123
Call to action button and background color
Closed

Comments

  • Kyle started the conversation

    On my website, you will see the call to action button that says "Get Estimate." For one, I would like the button to be white and the text to be blue. A light grey background hover color is fine. I also need the background of the gray area to be blue. I have the color code of blue I want, but I guess I am just asking how I accomplish this. I cannot figure it out for the life of me. Any help would be appriciated. Thanks!

  •  1,823
    Support replied

    Hi,

    for the Get Estimate try adding the following styles in theme options -> Styling Options -> Custom CSS:

    #estimate a.newave-button {

    background-color: specify your color code here;

    color: specify your color code here;

    }

    and you can go to estimate section page options and specify white background.


    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Kyle replied

    Thanks for the reply. That didn\'t seem to change anything

  •  1,823
    Support replied

    I tried to check the CSS code but I get page not available?

    http://www.businessdesignexpress.com

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Kyle replied

    Hello. Thanks for checking. The site is always up and running so not sure what the deal was. I have been accessing it all day. Let me know what you find, thanks :)

  •  1,823
    Support replied

    ok, it works now. you didn\'t specify the hexadecimal values correctly

    it should be

    #estimate a.newave-button {

    background-color: #34cbff;

    color: #34ff85;

    }

    add \'#\' before the color values.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy