Home Forums Pro Themes Myself Pro How to remove the white circle behind the home page imge on the right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #126501
    federico felletti
    Participant

    I’ve to remove the white circle behind the right image on the home page of my site reachable on http://www.gallichiara.it

    Thanks

    #126504
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code to remove white circle by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (min-width: 767px){
      #introduction-section .featured-image:before {
        background-color: transparent;
      }
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

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