Make the media slider horizontal scroll arrows more visible

Make the media slider horizontal scroll arrows more visible

Compatible XF 2.x versions
  1. 2.2
License
no
Visible branding
No
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 ...
You do not have permission to view the full content of this resource. Log in or register now.
  • Like
Reactions: otto
Author
Ozzy47
Views
708
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Ozzy47

Top Bottom