Home Forums Pro Themes TP Philosophy Pro Header Image

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58977
    Rufus Trevena
    Participant

    When I upload images to be used as headers they appear much darker than the original. How can I remove/modify the filter that is applied to images when they are used as a header?

    #59011
    wensolutions
    Keymaster

    Hello @gttours,

    To remove the overlay effect use below given CSS .

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    section#banner-image .black-overlay {
        display: none;
    }

    Hope this helps .

    Best Regards!!

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