This topic has 4 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Rose Tyler
I don’t understand why but I am constantly facing errors on website because theme keeps changing layout by itself. because of which it is creating a huge issue to operate. kindly fix all the bugs and glitches at once.
I am currently raising the complaint regarding the header for the 3rd time
Hello,
1/ Go to Theme options > Header Builder > Multiple headers > edit custom header (if you do not need it can be deleted) > change height of the Main header (video is in Private content area)
2/ Theme Options > WooCommerce > Shop > Products > Style >
Product Content Effect > change “Disable” to “Default”
Regards
1- I don’t need to delete the header. I just need to remove the space between the mid and lower header which is showing on the shop and product page but it is fine on homepage.
So just check the store page of website and scroll down.
2- And by changing the option on defaults on the effect it is also applying a hover effect which I don’t want. So what is the fix for this?
1. I’ve described the solution and provided a video, just follow it, please.
Go to Theme options > Header Builder > Multiple headers > edit custom header > change height of the Main header – https://gyazo.com/a1fece838d78a7dc82d6217681f7b366
2. It is not a bug, but a predefined behavior that you want to change.
Select “Default” and then use custom CSS code to hide buttons on the hover:
.content-product:hover .footer-product {
display: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up