This topic has 4 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler
Hello I want to remove 3 things from my single product page. But I can’t figure out where I do this.
In this link you can see what 3 things that I want to remove: https://prnt.sc/f9eoco
I also wonder if you can help me with when I hover an image link I want it to switch colors. I linked a image here so you can understand better what I mean: https://prnt.sc/f9eqc3
Can you help me with this too?
Appreciate the good support i’ve gotten so far!
Hello,
You can add this code in Custom css:
.single-product .reset_variations {
font-size: 0;
}
.single-product .product_meta, .single-product .product-information .email-link {
display: none;
}
Use this plugin to disable reviews completely https://wordpress.org/plugins/disable-woocommerce-reviews/
Regards,
Rose Tyler.
Hello agian.
Thank you for the fast answer. But you didn’t respond to my second question:
I also wonder if you can help me with when I hover an image link I want it to switch colors. I linked a image here so you can understand better what I mean: https://prnt.sc/f9eqc3
Can you help me with this too?
And another thing that I would like to know. I now have a stciky menu but it only shows when I have my mouse over it, if im scrolled down the page. I want the menu to always be shown, not only when you hover over it.
How can I do this?
Thank you so much!
Hello,
It is single image element http://prntscr.com/fanq2f so you can’t change hover effect.
Fixed menu inherits styles of the main menu, so you can select another menu type in Theme Options.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up