• Resolved Pidor

    (@pidor)


    Hello,

    is it possible to take off the little barsthat are just below the arrows in the client section (slider control)?

    Thanks a lot in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve just asked vladiff about it, and found it already on the code by myself.
    Search this content on style.css:

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"]

    This is the following property as it is the original that needs changing:

    box-shadow: 0 5px 0 #C2503D;

    I’ve changed the 5px to 0px and it worked so far.

    (Given the way this is structured, changing the px only may change other buttons too. Better test to see if this solution really suits your site)

    Thread Starter Pidor

    (@pidor)

    Great, thanks a lot Rodrigo!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Clients’ is closed to new replies.