Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1038591

    Hi Enfold-people :-)

    I would like to make a change in my widget shop overview page (sidebar):
    https://skicenter-edelweiss.nl/webshop/
    Now you see the head-categories and the (sub)categories as a menu, they all have the same font specifics. I would like to make a difference between the head-categories (‘Ski’ and ‘Skischoen’) and the (sub)categories (the rest).
    Is it possible to make the font of the head-categories bold or bold-with-different-color?

    Tnx in advance!

    #1038713

    Hey esthernijhuis,

    Add this to quick css:

    .cat-parent a{
    font-weight:bold!important;
    color:red!important;
    }

    Best regards,
    Jordan Shannon

    #1038721

    Hi Jordan,

    Thanks for your help so far :-)

    With this quick css all the categories are bold and colored…
    Do you have another suggestion?

    Best regards,
    Esther

    #1038749

    Hi,

    Can you screenshot the area you need help with?

    Best regards,
    Jordan Shannon

    #1038909

    Hi Jordan,

    I put your code (with different color) in quick css. This is the screenshot of the area: https://imgur.com/a/s7vlsq9
    Everythin is now bold and colored. I only want the words in blue circle to be bold en colored. The other words can stay black (as the were).

    #1038913

    In the next screenshot you can see the 2 words (categories) are parents, the rest isn’t: https://imgur.com/0GCDjBh
    I hope you can help me with this issue :-)

    Thanks!

    #1039312

    Hi esthernijhuis,

    https://cl.ly/23b2138bd95f You have this code in your Quick css somewhere, it is making the links green and then you want to override it? You need to remove that code.

    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

    
    
    #top #woocommerce_product_categories-2 .product-categories .cat-parent > a{
      font-weight:bold;
      color:red;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1039624

    Hi Victoria,

    Yeah, this works!
    Thanks for your help!

    Best regards,
    Esther

    #1039771

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘2 different fonts in shop overview page’ is closed to new replies.