Home Forums WoodMart support forum Remove arrow on Category Title

Remove arrow on Category Title

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #306310

    adverteos
    Participant

    Good day,

    We would like to remove the arrow on each product category.
    IS there an option to do so or perhaps a CSS code to add?

    #306383

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-back-btn {
        display: none;
    }

    Regards.
    Xtemos Studios

    #306406

    adverteos
    Participant

    We are still using your theme version 5.3
    it seems that this CSS is valid from 6.0 onward.

    could you provide us with CSs for 5.XX version of woodmart please?
    thank you

    #306510

    Hello,

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-back-btn {
        display: none;
    }

    And see if this works for you.

    Regards.
    Xtemos Studios

    #306517

    adverteos
    Participant

    Hi Xtemos team and thank you so much for your great support.
    I added the Css into global CSS field but it still shows the woodmart back button.
    url to check in private

    #306549

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .shop-title-wrapper a.woodmart-back-btn {
        display: none;
    }

    Regards.
    Xtemos Studios

    #306565

    adverteos
    Participant

    thank you !!!
    it works all good

    #306586

    Most Welcome!!!

    Iā€™m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Remove arrow on Category Title’ is closed to new replies.