Hi 8Theme,
I’m using header number 14 – left,white panel.
Is it possible to display text center, not left?
if it is, could You write me a code?
and
how can i remove description name on product page?
(look on photo)
This topic has 8 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hi 8Theme,
I’m using header number 14 – left,white panel.
Is it possible to display text center, not left?
if it is, could You write me a code?
and
how can i remove description name on product page?
(look on photo)
Hello,
Please try to add this code in Theme Options > Custom CSS > Global Custom CSS.
.menu > li > a {
float: initial;
}
.product-navigation {
display: none;
}
Regards,
Robert Hall.
.product-navigation {
display: none;
}
works good! but is it possible to remove name of description?
(look on the photo)
.menu > li > a {
float: initial;
}
this code, doesn’t work.
Do you have another one?
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Thank You
Hello,
I’ve added this code in Global Custom CSS. Please check.
.menu > li a {
text-align: center;
}
.product-information .tabs .tab-content h2 {
display: none;
}
Regards,
Robert Hall.
wow, wow, wow!!!
THANK U !!!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘MENU and PRODUCT PAGE’' has been successfully resolved, and the topic is now closed for further responses