Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1017275

    Hi there,
    I have used the following code in a widget text box in the footer and it doesn’t seem to be defaulting to the theme colour.
    Website = https://wellconnected.net.nz/

    <span class=”avia_iconbox_title”>MAKE A PAYMENT</span>

    I would like the ‘MAKE A PAYMENT’ button to be the same bronze colour as the ‘FIND OUT MORE HERE’ button above.

    Many thanks, Suze!

    #1017282

    Hey Suze,

    Add this to quick css:

    #text-3 .avia-button{
    background-color: #a26836!important;
    color: #ffffff!important;
    border-color: #804614!important;
    text-transform:none!important;
    }

    Best regards,
    Jordan Shannon

    #1017287

    Thanks Jordan. I’ve added that but it hasn’t changed.

    #1017291

    Hi,

    Please add m code to the very top of quick css so it runs first and be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1017292

    Yay for Jordan! It looks perfect now. Thanks for your guidance – I really appreciate it!!
    Kind regards, Suze

    #1017294

    Hi,

    No problem. I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How can I change the footer widget button color?’ is closed to new replies.