Home Forums Themes Support Claue Meta Slider text color

Topic Resolution: Resolved
Viewing 11 reply threads
  • Author
    Posts
    • #23919

      Hi,

      Can you help me change the text color in the Meta Slider from Black to White?

    • #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

    • #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!

    • #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

      http://take.ms/ShnUK

      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

    • #24123

      Hi,

      Where do I do that?

    • #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

    • #24138

      How do I give each slide a different class?

    • #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

    • #24356

      Hi,

      How do we change the button color to white as well?
      And the font family on the top text which is in serif.

      See attached photo

      Attachments:
      You must be logged in to view attached files.
    • #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

    • #25291

      Is it possible to a coloured button? No just a border but a solid colored button?

    • #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

Viewing 11 reply threads

You must be logged in to reply to this topic.