Hello
Please I urgently want to remove the product review icon that is showing on top of header of the homepage of this website: Eliteacousticpanels.com.
The product review icon is showing on top of the header of the homepage on (Mobile view)
Please I need help on how to remove it.
Thanks
2 Likes
Try adding this code at bottom of theme.scss.css
@media only screen and (max-width: 749px) {
.Avada-float-button-mobile.top{
display: none;
}
}
1 Like
@GrantMoore114
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (max-width: 749px) {
.Avada-float-button-mobile.top{ display: none; }
}
Hope this helps.
1 Like
I have input the code, It is still displaying the review icon on top of the header.
I have input the code, it is still displaying the review icon on top of the header.
hii, @GrantMoore114
Paste this code on top of the theme.scss file.
.Avada-float-button-mobile.top {
display: none !important;
}
Thank You.
1 Like
@Zworthkey
Thanks, It worked the review icon has been removed on top of the header of the homepage.
Thanks
Warm Regards