Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1342245

    Hello!
    I would like to change the color of the slidebuttons of layerslider7
    https://kuhl-consult.josk-design.de/

    Scroll down the page, it is the layerslider “Kundenstimmen” (not the one on top of the site)
    (password see private content)

    On the screenshot https://josk-design.de/layerslider7_ls-bottom-slidebottoms.png
    you can see, I found the concerning css i changed the colors to green and blue in the chrome developer tool. But I don’t have a clue where I need to put the css to change that for real.

    I’ve inserted it to quick css but that did not work out, so I deleated it…
    .ls-v6 .ls-bottom-slidebuttons a {
    border-radius: 10px;
    border: 2px solid #4b25ec !important;
    }

    .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
    background-color: #58ff89;
    }

    Best regards
    Josephine

    • This topic was modified 2 years, 9 months ago by josk-design.
    #1342447

    Hi Josephine,

    Please to this in Quick CSS to see if you have any luck with it:

    .ls-v6 .ls-bottom-slidebuttons a {
        border: 2px solid rgba(241,0,237,0.75) !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.