Home Forums WoodMart support forum DISABLE HTML REDIRECT ON "MENU PRICE" (WP BAKERY)

DISABLE HTML REDIRECT ON "MENU PRICE" (WP BAKERY)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #123217

    Jeriss Cloud Center
    Participant

    Dear,

    When I use the element “MENU PRICE” in WP Bakery, it automatically allows an html direct. However, I don’t really need to redirect it.

    Even if I don’t put any HTML link, if I click on it => it’s reloading the page.

    How can I disable it?
    Thanks

    #123349

    Hello,

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

    body .woodmart-menu-price{
    pointer-events:none;
    }

    Best Regards

    #123381

    Jeriss Cloud Center
    Participant

    Thanks, problem solved

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

The topic ‘DISABLE HTML REDIRECT ON "MENU PRICE" (WP BAKERY)’ is closed to new replies.