Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #796148

    Hey 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,
    Victoria

    #957841

    Hi. 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.

    #958914

    Hi theepicurienne,

    Where can we see the elements in question?

    Best regards,
    Rikard

    #958928

    PRODUCT 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.

    #959311

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .widget_product_categories li a {
        padding: 0 !important;
        background: none !important;
    }

    Best regards,
    Rikard

    #959333

    I’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.

    #959641

    Hi theepicurienne,

    Can you give us a link to the page with the widget?

    Best regards,
    Victoria

    #959644

    This 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.

    #959961

    Hi @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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.