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

    I am looking for a way to remove the TAG Hyperlink that is above the Blog Title name on the home page as well as the blog entry.

    This is my website. http://www.watchdetail.com

    I tried the following custom CSS I found in the support room but it took away not only the TAG but the Title as well.

    .entry-content-header {
    display: none !important;
    }
    #773479

    You can mark this closed, I was able to find this code that worked properly for the site.

    .blog-categories.minor-meta a {
        display: none !important;
    }
    
    #773555

    Hi!

    Thank you for letting us know.
    Feel free to create a new ticket if you need anything else.

    Cheers!
    Basilis

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