Home Forums WoodMart support forum Remove text menu and arrow from categories pages.

Remove text menu and arrow from categories pages.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #55231

    pathomphong
    Participant

    Hi
    I have some problems to design my categories page
    1. I want to set categories icon that always show 6 icons in a row when I change to another categories page it always show 2 rows and have arrow from left side.
    2. I want to remove a class <a href="javascript:woodmartThemeModule.backHistory()" class="woodmart-back-btn woodmart-css-tooltip woodmart-tltp"><span class="woodmart-tooltip-label" style="margin-left: -62px;">Back to products</span><span>Back to products</span></a> it is a left arrow on categories page
    3. I want to remove menu when I mouse over categories icon and remove text under categories icon

    Please you help me Many Thanks

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

    Hello,

    Please provide your site admin access I will provide you with CSS to hide text and arrow.

    Best Regards

    #55275

    pathomphong
    Participant

    Hi
    Many thanks for your support I sent it in my private content.

    #55286

    Hello,

    Please try this code CSS, add it to Theme Settings > Custom CSS

    .without-title.with-back-btn .nav-shop {
        padding-left: 0;
        padding-right: 0;
    }
    .shop-title-wrapper .woodmart-back-btn,
    .nav-shop .woodmart-product-categories .category-summary,
    .nav-shop .cat-item .children {
        display: none;
    }

    Please add, save the code and clean cache.

    Best Regards

    #55324

    pathomphong
    Participant

    Hi
    It’s work. Thank you so much for your supporting.

    Best Regards

    #55336

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove text menu and arrow from categories pages.’ is closed to new replies.