style numbers
-
Hi There, I am trying to style the numbers of the carousel and instead of 1/4 I wanna have 1 4
but its not working…is there any way?
<script> window.laytheme.on('newpageshown', function(){ jQuery('span.numbers').html(function() { return jQuery(this).text().replace('/', ' '); }); }); </script>
-
@pauljuergens Hi ! I think you need to use a html caractere for this like this:
<script> window.laytheme.on('newpageshown', function(){ jQuery('span.numbers').html(function() { return jQuery(this).text().replace('/', ' '); }); }); </script>
I don't know if it's gonna work but you can try it!
-
@Johan-Saj I just tried and it also didn't worked… but thanks!!
Before you post
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it