Advertisement
arie_cristianD

modify nav in slider

Feb 15th, 2024
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. /* remove dots nac in slider 2 */
  2. .jeg_slider_type_2_wrapper .tns-outer .tns-nav {
  3.     display : none ;
  4. }
  5.  
  6. /* make the hero 13 nav always visinle with 50% transparancy */
  7. .jeg_heroblock_13.jeg_heroblock.tiny-slider .tns-outer .tns-controls button{
  8.     opacity: .5; /* you can changae the transparancy by changing the .5 value */
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement