- This topic has 1 reply, 2 voices, and was last updated 4 years, 6 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › SpyroPress Themes › Wage › General Questions
Hello,
Can you please advise us on how we could go about disabling the search and Shopping cart icons from the header?
Also how we could get rid of the text shown at the bottom of the home page which says “Edit edit with WP Bakery” I think this could be something to do with the top footer??
Hi
1. There is no option to turn off cart&search icons. But you can use below css code to remove it:
.widget_cart_search_wrap {
display: none;
}
Install Custom CSS plugin to add css code.
2. The “Edit edit with WP Bakery” is default button from Visual Composer plugin. It will be gone when you logout.