Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1378607

    Hi Enfold team,

    I want to changed the colour of a button on one of my pages (id=8476). I did this via the CMS.
    There are 2 buttons on this page.

    The first one is the right colour now (#00A8A8), but unfortunately the 2nd ons is still red.
    Have I used the wrong code?

    I also see a sort of red line at the buttom of the green button. Do you see that as well?

    Thanks for your help!

    #1378646

    Hey Eefke,

    Please try the following in Quick CSS under Enfold->General Styling:

    .main_color input[type='submit'] {
      border-color: transparent; 
      background-color: #00A8A8;
    }

    Best regards,
    Rikard

    #1378660

    Hi Rikard,

    That did the trick for the colour. If I hoover over the button the colour changes to red. How can I change that (so the colour won’t change).
    And is there a way to adjust the size of the button and make it a bit smaller?

    Many thanks!

    #1378666

    Hi,

    Please try this CSS as well:

    #top #wrap_all .avia-button.av-khg1m8f5-b507ac1af1c80665c070219de2a9ffd8:hover {
        background-color: #7ea5a4;
    }

    Best regards,
    Rikard

    #1378690

    Hi Rikard,

    Unfortunately that didn’t do the trick…
    Any other ideas?

    Many thanks!

    #1378707

    Hi,

    Which button are you referring to? Please link directly to the page in question.

    Best regards,
    Rikard

    #1378719

    Hi Rikard,

    There are 2 buttons on that page :). page_id=8476
    The first one is ok. The 2nd one turns red when hoovering over it.

    Thanks.

    #1378742

    Hi,
    Thanks for the link to your site, the first button has it’s hover color set with this css:

    .page-id-8476 #av_section_1 .button {
        background-color: #00A8A8;
        color: #fff;
    }

    but the second button is in #av_section_3 so this first css won’t work, the correct css for this button is

    .page-id-8476 #av_section_3 .button {
        background-color: #00A8A8;
        color: #fff;
    }

    I added this for you, please clear your browser cache and check.

    Best regards,
    Mike

    #1378828

    Hi,

    Great that worked! Many thanks.
    You can close this topic.

    Have a great week.

    #1378865

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Colour 2nd button’ is closed to new replies.