Home Forums WoodMart support forum Remove Shop Title Back Arrow

Remove Shop Title Back Arrow

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #283623

    Hello,

    I am looking to remove the back arrow on the shop page title. How would I do this?

    Thank you in advance!

    #283694

    Hello,

    Do you mean this arrow https://prnt.sc/11jd32p please check this article: https://xtemos.com/docs/woodmart/product-category-menu/

    If you mean something different, please clarify

    Best Regards

    #285269

    Hello,

    Yes, that is the arrow I am referring to. I read that article and cant seem to find any clarification on keeping my page title structure the same but removing the back arrow.

    Could you provide further insight?

    Thanks,

    #285434

    Hello,

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

    body .title-design-centered .wd-back-btn{
        display:none;
    }

    Best Regards

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