• Resolved Robswaimea

    (@robswaimea)


    CSS -> Assign to Specific Slider.. WORKS.. but can’t get it right….

    Thanks for your plugin. It’s nice and clean and well written.

    I can get this to work.. but I know my limited knowledge (although I’m learning a lot) has got me bogged down. I read a bunch of support threads here but well… I can’t get it right.

    This works but doesn’t exactly assign the CSS to the Specific Slider.
    That is.. my other sliders are effected across the website.

    .theme-dark .nivoSlider, #metaslider_1019 {
    	margin-bottom: 0;
    	border-radius: 80px;
    }
    
    .metaslider img, #metaslider_1019 {
    	border-radius: 200px;
    }
    
    .theme-dark.slider-wrapper, metaslider_1019 {
    	padding: 15px;
    	border-radius: 150px;
    }

    Thanks again…

    https://www.ads-software.com/plugins/ml-slider/

Viewing 1 replies (of 1 total)
  • Thread Starter Robswaimea

    (@robswaimea)

    GOT !! ?? at least I think I do -)..
    if not at least I’m on the right track and well.. ya know it takes a day or so “reading” the documentation for the info to sink in…

    .metaslider .theme-dark .nivoSlider, #metaslider_3598 {
    	margin-bottom: 0;
    	border-radius: 80px;
    }
    
    .metaslider .theme-dark img, #metaslider_3598 {
    	border-radius: 200px;
    }
    
    .metaslider .theme-dark.slider-wrapper, metaslider_3598 {
    	padding: 15px;
    	border-radius: 150px;
    }
    
    .metaslider .theme-dark .nivo-directionNav a {
    	border: 3px solid;
    	border-radius: 5px;
    }

    Thanks again for the hard work and a great slider.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS -> Assign to Specific Slider.. WORKS.. but can't get it right….’ is closed to new replies.