Home › Forums › Themes Support › Claue › Meta Slider text color
Tagged: Meta Slider Text Color
- This topic has 11 replies, 2 voices, and was last updated 6 years, 1 month ago by Harry.
-
AuthorPosts
-
-
August 16, 2018 at 5:10 pm #23919
Hi,
Can you help me change the text color in the Meta Slider from Black to White?
-
August 16, 2018 at 10:28 pm #23921
Hi,
Please add below code to CLaue > Theme Option > General Layout > Custom CSS
.metaslider .flexslider .caption-wrap, .metaslider .flexslider .caption-wrap h3, .metaslider .flexslider .caption-wrap h4 {color: #fff !important;}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 19, 2018 at 4:56 pm #23953
Hi,
What if we only want to change the text color on dark images used in the slider?
We both have light and dark images in the slider.And how can we change the size of the font on the slider on example h3 and h2?
Thanks for your help!
-
August 20, 2018 at 1:16 am #23956
Hi,
Hi,
1. If you want change color for separate slider you have to add class for separate on class number slider to css
Example code
.metaslider .flexslider .slide-5860 .caption-wrap, .metaslider .flexslider .slide-5860 .caption-wrap h3, .metaslider .flexslider .slide-5860 .caption-wrap h4 {color: #fff !important;}
2. You can change font-size for slider by add custom css
.metaslider .flexslider .caption-wrap h3 {font-size: 50px;} .metaslider .flexslider .caption-wrap h4 {font-size: 20px;}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 27, 2018 at 10:42 pm #24123
Hi,
Where do I do that?
-
August 28, 2018 at 12:29 am #24131
Please put code in CLaue > Theme Option > General Layout > Custom CSS
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 28, 2018 at 3:25 pm #24138
How do I give each slide a different class?
-
August 28, 2018 at 4:33 pm #24142
Hi,
Please use Inspect tool of Browser https://www.youtube.com/watch?v=uXYjC0zjb9E to find class of Slider http://take.ms/ShnUK
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 3, 2018 at 11:18 pm #24356
-
September 4, 2018 at 12:43 am #24368
Hi,
Please add below code
.metaslider .flexslider .slide-5841 a {color: #fff;} .metaslider .flexslider .slide-5841 .f__libre {font-family: 'Libre Baskerville', serif;}
Change Libre Baskerville with your font.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 2, 2018 at 10:30 pm #25291
Is it possible to a coloured button? No just a border but a solid colored button?
-
October 2, 2018 at 11:10 pm #25300
Hi,
Please add more code
.metaslider a.button { background: #fff; border-color: #fff; color: #222; }
And change with your color
Regards
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.