How do i remove overlay color from course category carousel

Home Forums Legacy Support Support queries How-to & Troubleshooting How do i remove overlay color from course category carousel

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #344490
    MMH_Learning
    Participant
    Hello, After importing demo now i can't change overlay color from course category carousel. I want to remove this color. Check this image i want to remove this overlay color.
    #344495
    Ada
    Participant
    Hi, PLease share your page URL so that I can provide you custom css code with to change overlay color.
    #344500
    MMH_Learning
    Participant
    site: prolearning.com.bd https://prnt.sc/10fy5ge this section
    #344504
    Ada
    Participant
    Hi, You can add this css code in appearance>> customize>> custom css to remove this background color.
    
    .home-page .carousel_rows .carousel_row a.term_block .term_name:after {
        content: '';
        background: rgb(52 168 155 / 0%) !important;
        
    }
    
    #344525
    MMH_Learning
    Participant
    Thanks
    #344528
    Ada
    Participant
    :) Closing this topic.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do i remove overlay color from course category carousel’ is closed to new replies.