Home › Forums › All Other Themes › Related Products Section
- This topic has 2 replies, 2 voices, and was last updated 6 years, 1 month ago by
Forum Moderator.
-
AuthorPosts
-
August 25, 2017 at 7:04 pm #81852
Hello,
Need to know where can the “related products” section can be modify (font, size, products to show, so on) and if needed eliminate it from the products page altogether.
Also, on the individual product page, need to know how to eliminate the description part, or have it take the background color.
Thank you.
August 25, 2017 at 8:54 pm #81861Hello,
I’m using the Bakery Pro theme with Woocommerce for my online Store.
As I have been doing some changes to the fonts and colors on the site I have found problems trying to
set font for some sections of site.For example, there is this parameter on “Basic Settings”
“Select font for heading text. eg: H1, H2, H3, H4, H5, H6” where I have to select the same font for all H# headings.
I would like to setup diferent font faces ( and colors ) for every heading style so H1 will have a diferent font than H2 and so on…
Here is a link to my site: https://hilosdeplatagf.com
Also, I would like to remove the tab label for the “Product Destition” since it currently looks like a white square on top of “Reviews”
See here an example of what I mean: https://hilosdeplatagf.com/product/porter/
August 28, 2017 at 11:34 am #81967Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.related h2 { font-size:44px !important; text-transform:capitalize !important;} .related .woocommerce ul.products li.product, .related .woocommerce-page ul.products li.product { margin:0 15px 13px !important; width:29% !important;} .woocommerce-tabs wc-tabs-wrapper .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color:#000 !important;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.