- This topic has 5 replies, 2 voices, and was last updated 7 years, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
	
Viewing 6 posts - 1 through 6 (of 6 total)
	
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Yummy Pro › How can I remove decorations from all the web site
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
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!!
Thank you, your help is precious.
but the contact page decoration were not removed. Why?
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!!
Hello @com4digital,
Use below given CSS.
.form-decoration .decoration {
    background-image: none !important;
}Hope this helps.
Best Regards!!
| Cookie | Duration | Description | 
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". | 
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". | 
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". | 
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. | 
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". | 
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. | 
 
	    


