Make the media slider horizontal scroll arrows more visible [Deleted]

Nicolas FR

Well-known member
nicodak submitted a new resource:

Make the media slider horizontal scroll arrow more visible - Make the media slider horizontal scroll arrow more visible to your visitors

You can make the media slider actuators more visible to your visitors with a little css modification.
In extra.less template just add :

Less:
.lSAction>a.lSPrev:after,
.lSAction>a.lSNext:after {
    padding: 5px 0;
    border-radius: 3px;
    width: 26px;
    background: rgba(254,254,254,0.8);
}

before :
View attachment 259159

after :
View attachment 259160

demo
:

:)

Read more about this resource...
 
Top Bottom