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

    hello
    how can i disable link on archive page title?

    thx

    #367551

    Hey!

    Try adding this code to the Quick CSS:

    .archive .main-title a {
        pointer-events: none;
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.