HomePage Forums Themeforest Piizalian – Fast Food Restaurant WooCommerce Theme Change the icon in Category sidebar

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #8796
    Avatarstas
    Support Expired

    Icon and color at Category sidebar

    Change the icon in Category sidebar and color of background of it

    Also in style 1 have a problem with line what i don’t need near icon wish list
    and
    when hover wish list icon disappears as you see at screenshot
    wish list icon

    #8799

    Hello,

    Please send the admin web account for me, I will check and try to help you.

    #8801
    Avatarstas
    Support Expired
    This reply has been marked as private.
    #8805
    Avatarstas
    Support Expired

    Hi
    any news?

    #8813

    Hi again,

    #1. Please add this custom CSS to the file style.css( child-theme):

    
    //Change icon
    .widget_product_categories > ul > li a:before {
        content: url('your-link') !impotant;
    }
    
    //Change background
    .widget_product_categories > ul{
    background-color: #your-color !impotant;
    }
    

    #2. Hide wishlist button:

    .product-style-1 .button-group .woosw-btn{
    display: none;
    }
    #8844
    Avatarstas
    Support Expired

    I put the code for to change icon and nothing happened

    null

    #8853

    Please fix this css code into:

    .widget_product_categories > ul > li a:before {
        content: url("https://bbaconsulting.us/barracuda/wp-content/uploads/2023/02/icon_category.png");
    }
    #8856
    Avatarstas
    Support Expired
    This reply has been marked as private.
    #8861

    Please send the admin web account for me, I will check and try to help you.

    #8864
    Avatarstas
    Support Expired
    This reply has been marked as private.
    #8868

    Please delete all caches and recheck: https://prnt.sc/D4iXPE7q4zld

    #8875
    Avatarstas
    Support Expired
    This reply has been marked as private.
    #8879

    I just cleared the cache on your website, before that the css code I provided was added to the theme by you and it worked properly.

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.