Home Forums WoodMart support forum Pre-footer URL Link for each brand

Pre-footer URL Link for each brand

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

    stephentwe-8187
    Participant

    Hi,

    How do I temporary disable pre-footer clickable link?
    Meaning when user click it won’t go anywhere.

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

    Hung Pham
    Keymaster

    Hi stephentwe-8187,

    Thanks for reaching to us.

    In order to remove Categories meta info, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .brands-widget .brand-item a {
    	pointer-events: none;
    }

    Regards,

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