Home Forums WoodMart support forum How can I Remove the Back Arrow Button from categories header area?

How can I Remove the Back Arrow Button from categories header area?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #445144

    metechofficial
    Participant

    Hello I have only categories page for my products. And there is a page title area. I have hidden the categories over there which are located normally under the page title but there is an arrow back button next to the page title.
    I want to hide or remove that too but couldnt find where I can do it from.
    Thank you
    Emre

    #445571

    Hello,

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

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

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

    Best Regards

Tagged: 

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