• Resolved mabrar

    (@mabrar)


    Theme is good but it is not supporting the font size. Please add this which will ease to make a slider perfect.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hello @mabrar

    Can you please share your website URL on which you had setup the plugin? So I can take a look and help you with custom CSS.

    Thread Starter mabrar

    (@mabrar)

    Please visit

    tabeerekhwab.com

    Regards

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @mabrar

    Thanks for the website link. I can see the slider at the right hand side section on the home page.

    News & Blog Designer Pack plugin uses the H2 tag and does not add it’s font size CSS so it inherits from your current theme.

    No worries. Below is the custom CSS to increase the font size and to reduce the gap below it. You can put it WordPress Appearance > Customizer > Custom CSS or put it into your theme / child theme style.css

    .bdp-post-slider .bdp-post-title{
    padding: 0;
    }
    .bdp-post-slider .bdp-post-title a{
    font-size: 22px;
    }

    Please try this. I hope this will work for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.