Home Forums Free Themes Travel Eye Enlever le filtre suRemove the filterr les photos d'entête des articles et pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #74374
    modele3
    Participant

    Hello,
    You communicated to me recently the Css code to remove the filter applied on the images of the hero widget in the slider of the home page:

    .so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after
    {
    background: transparent;
    }

    Thanks for that !

    In the same way, is it possible to remove the same black filter on the headband of articles and pages ?` I tried to adapt the CSS code without any success.

    Thank you very much !

    #74406
    wensolutions
    Keymaster

    Hello @modele3,

    To remove the overlay on the header image use below given CSS.

    #custom-header::after {
        background: transparent;
    }

    Hope this helps.

    Best Regards!!

    #74417
    modele3
    Participant

    Thank’s a lot !

    MERCI !

    #74420
    wensolutions
    Keymaster

    Hello @modele3,

    Glad to help you.

    let us know if you have any confusion further.

    Thank you.

    Best Regards!!

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