• Please, how can I change the color of the static slider button?
    The only way I found is changing the content background color, which is unfortunate in my case (I need the buttons white, but content background black).
    I am using the Septera theme (the problem appeared after recent update).
    Thanks a lot,
    Pommefrite

Viewing 1 replies (of 1 total)
  • Thomasso75

    (@thomasso75)

    Find the section in the septera stylesheet where that button is styles and change its background color.
    The style section is:
    a[class^=”staticslider-button”] {
    margin-top: 10px;
    padding: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

    Preferably copy it to your own style.css in your child theme and use !iomportant to override any changes in the parent themes style.
    I found out that !important is very useful, especially with the septera theme. I don’t know why though…

Viewing 1 replies (of 1 total)
  • The topic ‘Static SLider Button: Color Change’ is closed to new replies.