Home Forums Pro Themes Myself Pro Remove White Circle from Homepage Background

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #182712
    Chris VanAnda
    Participant

    On the home page of the template, it has that grey background with the white circle that appears behind the image you place there. Is it possible to remove that white circle? It seems simple enough to do but I haven’t been able find a way to do so.

    #182713
    sanam
    Keymaster

    Hello @CVANANDA, Please add this CSS in the Additional CSS

    @media screen and (min-width: 767px){

    #introduction-section .featured-image:before {
    background-color: unset;
    }
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

    Regards,
    Themepalace

    #182787
    Chris VanAnda
    Participant

    Perfect, thank you very much!

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