Home Forums Pro Themes Yummy Pro How can I remove decorations from all the web site

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #69164
    Allyssa
    Participant

    Hi,

    Can you tell me how can I remove all the decorations from the entire web site.

    Especially, contact page and template menu

    I’m verry sorry for desturbing you all time 😉

    best regards

    #69227
    wensolutions
    Keymaster

    Hello @com4digital,

    To remove the image from the contact template use below given CSS.

    .page-template-contact-us .section-decoration-images {
        display: none;
    }
    
    #contact-form {
        background-image: none;
    }

    Now to remove the images from the menu template use below given CSS.

    .page-decoration img {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    #69424
    Allyssa
    Participant

    Thank you, your help is precious.

    but the contact page decoration were not removed. Why?

    #69451
    wensolutions
    Keymaster

    Hello @com4digital,

    Can you provide the link to your contact page so that we can provide a precise fix on this?

    Thank you.

    Best Regards!!

    #69456
    Allyssa
    Participant
    #69457
    wensolutions
    Keymaster

    Hello @com4digital,

    Use below given CSS.

    .form-decoration .decoration {
        background-image: none !important;
    }

    Hope this helps.

    Best Regards!!

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