Revolution slider button styling different from demo site

This topic has 4 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Robert Hall

  • Avatar: andreataylor
    andreataylor
    Participant
    July 29, 2015 at 15:00

    Hi there,

    We have set up the Home page with the revolution slider used on the Legenda demo page. Which looks great, thank you! But for some reason, the buttons look different. The normal and hover colours are reversed on our site (so the ‘normal’ colour is a red button) and the border colours are slightly different. I haven’t changed the button HTML so I’m wondering why everything else is the same apart from the buttons? Any advice appreciated,

    Best wishes, Andrea

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 29, 2015 at 15:23

    Hello,

    You can change color for these buttons via CSS code.
    Please try to add the following code in Custom CSS.

    .button.white{
    background-color: rgba(255,255,255,0.7);
    color: #222;
    border: 1px solid #dbdbdb !important;
    }
    .button.white:hover {
    color: #fff !important;
    background-color: #ed1c2e !important;
    border: 1px solid #ed1c2e!important;
    }

    Regards,
    Robert Hall.

    Avatar: andreataylor
    andreataylor
    Participant
    July 29, 2015 at 16:38

    Perfect! Many thanks!
    Andrea

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 29, 2015 at 16:55

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Revolution slider button styling different from demo site’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.