Viewing 3 replies - 1 through 3 (of 3 total)
  • Please share the slide live page URL.

    We will suggest you a CSS code for that.

    Thanks

    I have this same issue. I am using the right css to change it.

    Use this for example…

    #example3_2294 .title-in-bg {
    font-size: 34px !important;
    }

    If I add to custom css in your plugin it fires my custom css before the default css and the default css also has the !important tag, therefore no custom css is going to work nicely.

    I also tried to add to my theme css as that is preferred however this plugin loads its css file too late on for my themes custom.css file to trigger the custom css afterwards.

    Can this be corrected?

    Make sure one thing:

    #example3_2294 .title-in-bg {
         font-size: 34px !important;
    }

    Here _2294 – this is your slider post id, so change it according to your slider post id, you can find it into shortcode like: [URIS id=1234]

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘font-size description and tittle’ is closed to new replies.