• I want to disable the Gradient Overlay over the images. I tried different css options, but nothing seems to work. The photos appear darker so I want to disable it and apply a bg color to the title.

    The page I need help with: [log in to see the link]

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

    (@pluginandplay)

    Hi @sancoale

    Thanks for the web page link.

    I have checked it but I can not find Post Slider and Carousel plugin on it. Can you please verify it?

    OR please provide me the web page link on which you are checking so I can take a look and help you my best.

    Thread Starter Sancoale Technologies

    (@sancoale)

    Hi, sorry about that, had to change the url of the page. Here is the correct link –
    https://www.demposportsclub.com/home-07sep2020/

    The section is named “HALL OF FAME” and is at the bottom of the page.

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @sancoale

    Thanks for the web page link.

    The overlay is added so post title will be visible easily. Please add below CSS snippet to WordPress Appearance > Customizer > CSS section or your theme / child theme style.css

    .psac-post-carousel.psac-design-1 .psac-post-image-bg::before{
    	background:none;
    	opacity: 1;
    }

    This will work for you.

    Thread Starter Sancoale Technologies

    (@sancoale)

    Hi, thanks for the reply.
    I know it looks elegant but my client thinks otherwise. I will add a darker background color for the text part with some padding so that it is readable.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I disable the Gradient Overlay over the images?’ is closed to new replies.