• Resolved ifjtakzol

    (@ifjtakzol)


    Hello,
    I would like to ask you, is there a description somewhere of what custom css can be used for the plugin?
    I would like to add a shadow for each post. I have tried in vain with all kinds of css code but I could not solve it.
    Can you help me?
    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ifjtakzol

    (@ifjtakzol)

    If I type this in the template custom css, it works, but if I type it in the plugin, it doesn’t…
    .rt-holder {box-shadow: 0px 3px 8px 0px rgba(41,38,89,0.5);}

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Please write custom CSS in Appearance => Customize => Additional CSS

    It will work.

    Thanks

    Thread Starter ifjtakzol

    (@ifjtakzol)

    Yes, it works.
    But then what is this for?
    Short Code Generator -> Style -> Parent class

    Plugin Author RadiusTheme

    (@techlabpro1)

    It is a CSS class name if you want different in the same shortcode then use this

    like if parent class is “home-page” then it will not conflict with others.

    .home-page .rt-holder {
    .............
    
    }
    Thread Starter ifjtakzol

    (@ifjtakzol)

    Ohh I see, Thank You

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Add Custom CSS’ is closed to new replies.