Rocksolid Slider Bullets
Hi Guys!
I have a small problem that I can't work out :(
On the website i'm working on: http://sportshospitalitypartnership.co.uk/newsite_theme/
You can see the text on the third bullet on the slider - Could
someone tell me how to get rid of that?
thanks a lot! :)
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by RockSolid Theme... on Apr 01, 2014 @ 11:40 AM
The title of the slide is so long that it outreaches the negative text-indent to hide it. You can either shorten the text a little bit or edit the CSS of the element
.rsts-skin-default .rsts-nav-bullets a
and change the text-indent to -9999px instead of -999px.2 Posted by Rachel Smith on Apr 01, 2014 @ 12:27 PM
Thank you, worked perfectly :)