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

    On my homepage, I have enabled the blog. Beneath a blog post title, there is the date posted, number of comments, category and author. I would like to keep that line as is but I would like to remove the link on the category. In other words, I want to keep the category listed but to no longer allow it to be a clickable link. I have been playing around with the PHP but cannot seem to make this happen.

    #321748

    Hey lsrmedia!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css to remove the link:

    span.blog-categories.minor-meta a {
    pointer-events: none;
    }

    Regards,
    Ismael

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