• Resolved tonyko33

    (@toniko33)


    Hello !

    I would like to disable the link of the meta category on my single post pages.
    If it’s possible, I would like to keep the text of category, but that the link is no longer active.

    I tried to apply the following code in the CSS customizer :
    .entry-meta .cat-links { display: none; }

    I find this code in an older topic, but seems like not working for me !

    Thanks in advance for help !
    And sorry for my “bad” english, i’m a french user. Tell me if you don’t understand.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please try to add the below CSS code and check.

    .product_meta .posted_in a {
        pointer-events: none;
    }

    If not resolved, please share the snapshot and the page URL to inspect the issue.

    Thread Starter tonyko33

    (@toniko33)

    Hello @abhikr781

    Thanks for reply. Unfortunately, it’s not working. But you help me to find a solution. I tried the following code.

    .meta-cat { pointer-events: none; }

    I’m not sure this is the best way to do, but it’s work.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable the link of meta category in single post’ is closed to new replies.