-
AuthorPosts
-
May 18, 2017 at 5:26 pm #796037
Hello
Searched the support forum and tried a few quick CSS codes but could not find a way to increase the font size in the Woocommerce Product Category sidebar widget.Link is in private content. I am wanting to increase the menu font size under the “Category” widget.
Thanks!
May 18, 2017 at 9:02 pm #796148Hey web6s,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.widget_product_categories li a { font-size: 15px; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 17, 2018 at 12:27 am #957841Hi. That worked perfectly perfectly for the font size. I also want to change the font colour and remove the bullet points in the Woocommerce Product Category sidebar widget. Any chance there’s a quick CSS for that? Thank you.
- This reply was modified 6 years, 6 months ago by theepicurienne.
May 19, 2018 at 6:31 am #958914May 19, 2018 at 6:57 am #958928PRODUCT CATEGORY LIST
OUR PRODUCTS
All
Bone broth
Jam
Mayonnaise
Pesto
Relish
Sauces
LOCATION: Footer – Pages Left Side Bar.
This list currently has bullet points which I would like to be removed and I would also like to change the TEXT colour.- This reply was modified 6 years, 6 months ago by theepicurienne.
May 20, 2018 at 6:24 am #959311Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.widget_product_categories li a { padding: 0 !important; background: none !important; }
Best regards,
RikardMay 20, 2018 at 7:32 am #959333I’m afraid that didn’t work. I’ll say what I want again as this code does not look correct. I want to:
1. REMOVE the bullet points from the PRODUCT CATEGORY widget. One appears in the footer and the other appears in the product page side bar.
2. CHANGE the colour of the font.Can you have another go please? Thank you.
May 21, 2018 at 10:59 am #959641Hi theepicurienne,
Can you give us a link to the page with the widget?
Best regards,
VictoriaMay 21, 2018 at 11:04 am #959644This is getting ridiculous, Can you post the details of your Managing Director’s email address in the private area? I’m a journalist. I am at the point of writing an article about this poor approach of yours to resolving customer problems.. Please post the email address now and resolve this very simple issue in the meantime.
May 21, 2018 at 8:54 pm #959961Hi @theepicurienne,
Sorry for the confusion. To avoid such confusions, we kindly ask each user to start their own thread under Enfold sub forum.
I checked your website but i cannot see bullet points in your footer and sidebar widget areas – https://imgur.com/a/84Ws3Ro. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
To change their colors, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:.main_color .sidebar .product-categories a { color: black; } .footer_color .product-categories a { color: white; }
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.