Home › Forums › Themes Support › Claue › How To Change Colour Of Meta Slider Dots?
- This topic has 11 replies, 2 voices, and was last updated 6 years ago by Harry.
-
AuthorPosts
-
-
October 14, 2018 at 5:39 am #25710
Hey,
I would like to change the dots of the Meta Slider to simple normal black dots. Is there a way to do this?
Thank you
-
October 14, 2018 at 5:40 am #25711This reply has been marked as private.
-
October 14, 2018 at 9:28 am #25715
Hi Chris,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.metaslider .theme-default .nivo-controlNav a { width: 15px; height: 15px; background: #000; margin: 0 3px; border-radius: 50%; opacity: 0.5; } .metaslider .theme-default .nivo-controlNav a.active { opacity: 1; }
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 14, 2018 at 10:50 am #25720
Thanks Harry,
unfortunately it doesn’t work. I played a bit with the occupacy and border specs, but nothing happened.
.metaslider .theme-default .nivo-controlNav a {
width: 15px;
height: 15px;
background: #000;
margin: 0 3px;
border-radius: 0%;
opacity: 1;
}
.metaslider .theme-default .nivo-controlNav a.active {
opacity: 1;
}I purged the cache, but this didn’t help either.
Still the same dots
-
October 14, 2018 at 2:29 pm #25727
Hi Chris,
I remove redundant close tag of css code “}” you added before new code and change code to
.metaslider.ml-slider .theme-default .nivo-controlNav a { width: 15px; height: 15px; background: #000; margin: 0 3px; border-radius: 50%; opacity: 0.5; } .metaslider.ml-slider .theme-default .nivo-controlNav a.active { opacity: 1; }
It now it work.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 14, 2018 at 5:53 pm #25738
Yep, beautiful.
Thanks mate
-
October 26, 2018 at 12:48 pm #26067
Hey Harris,
the new update of MetaSlider changed the look of the Nivo slider again.
Could you provide me with a new code, please?
Thanks mate
-
October 26, 2018 at 4:23 pm #26080
Hi Chris,
Please add below code
.metaslider.ms-theme-nivo-bar .slider-wrapper { border: none !important; } .metaslider.ms-theme-nivo-bar .nivo-controlNav { background: none !important; border-top: none !important; } .metaslider.ms-theme-nivo-bar:hover .nivo-controlNav { bottom: 10px !important; } .metaslider.ms-theme-nivo-bar.metaslider-nivo .nivo-controlNav a { width: 15px; height: 15px; background: #000; margin: 0 3px; border-radius: 50%; opacity: 0.5; } .metaslider.ms-theme-nivo-bar.metaslider-nivo .nivo-controlNav a.active { opacity: 1; }
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 27, 2018 at 11:15 am #26100
Awesome, thanks.
If you kindly let me know how to remove the borderline as well as change the colour of the dots would be great
-
October 27, 2018 at 3:53 pm #26104
Hi Chris,
Please add more code
.metaslider.ms-theme-nivo-bar .slider-wrapper { border: none !important; }
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 27, 2018 at 7:11 pm #26108
Awesome, thanks mate.
and background would be the dots, correct?
.metaslider.ms-theme-nivo-bar.metaslider-nivo .nivo-controlNav a {
width: 15px;
height: 15px;
background: #000; -
October 27, 2018 at 9:08 pm #26110
Yes, it correct.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.