Remove

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #324714

    afoukis
    Participant

    Hi,
    1. How could I delete the arrow that appears on the left of the Shop Title (1.jpg)
    2. Can I have icons left by categories (2.jpg)?
    Thanks a lot

    Attachments:
    You must be logged in to view attached files.
    #324752

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-back-btn.wd-style-icon>a:before, 
    .wd-back-btn.wd-style-icon>a:after{
    	display:none;
    }
    body .widget_product_categories .wd-cats-toggle {
        left: -25px;
    }

    Best Regards

    #324797

    afoukis
    Participant

    Thanks Elise,
    1.Yes the arrow was hidden, but how can I find the following code to add text, because there is a error “A link contains no text” (3.jpg)
    <div class=”wd-back-btn wd-action-btn wd-style-icon”>
    Empty link </div>

    2. About the 2nd question, it does not display the icons left = “Products categories” at “Shop Page Widget Area” (4.jpg)

    Attachments:
    You must be logged in to view attached files.
    #324860

    Hello,

    Please provide more details about the error and how we can reproduce it?

    As for the errors on the left, please provide the screen from your site which errors do you mean?

    Best Regards

    #324864

    afoukis
    Participant

    1. The arrow now is removed but where can I found the following code from arrow
    <div class=”wd-back-btn wd-action-btn wd-style-icon”> Empty link </div>
    2. Can you check the private content?

    #324963

    Hello,

    1. When I have hidden the arrow the hole link has disappeared. If you want to replace the arrow let me know how?

    2. Please replace the code with this one:

    body .widget_product_categories .product-categories li {
        flex-direction: row-reverse;
    }
    body .product-categories li a {
    padding-left: 20px;
    padding-top:5px!important;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #324972

    afoukis
    Participant

    Hi again
    1. How did you hide the error?
    2. See how it was done, the numbers appear left while being right. Icons for each category do not appear yet

    #325025

    Hello,

    This code hides the arrow completely:

    .wd-back-btn.wd-style-icon>a:before, 
    .wd-back-btn.wd-style-icon>a:after{
    	display:none;
    }

    Please provide the screen of the problem with icons.

    Best Regards

    #325053

    afoukis
    Participant

    Again
    1. The arrow had already gone, how can I find the code concerning the arrow to change the label ?
    <div class=”wd-back-btn wd-action-btn wd-style-icon”> Empty link </div>
    ………………….
    2. with your code, the numbers appear left while being right.
    Icons for each category do not appear yet
    body .widget_product_categories .product-categories li {
    flex-direction: row-reverse;
    }
    body .product-categories li a {
    padding-left: 20px;
    padding-top:5px!important;
    }

    Can you check the private content?

    #325172

    Hello,

    I am very sorry I misunderstood you.

    You use the Woocommmerce Product category widget and this widget does not have the option to add the icons. If you want to show icons in the Product category, you will need to create a Product category menu in Appearance > Menu and then add this menu by means of the WOODMART Sidebar Mega Menu widget. In addition, you need to add the icons in this field: Icon to display in the main menu (or any other menu through the site); Find our documentation tutorial about this here: https://xtemos.com/docs/woodmart/product-category-menu/ The disadvantage of this way is a necessity to edit the menu manually if a new category has been created.

    As for the button, please add this code to the functions.php of the child theme:

    function woodmart_back_btn() {}

    Please remove all custom CSS I have provided before.

    Best Regards

    #325211

    afoukis
    Participant

    Fine !!!
    Thanks for all !!!

    #325274

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Remove’ is closed to new replies.