Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #910960

    Hi
    Add below code in custom.css file to Hide the Category Names

    .magazine-item-media .item-image + .category-name {
        display: none;
    }
    APOSTOLOS FOUKIS Friend
    #911537

    Hi,
    Added code to templates/teline/css/custom.css but the category names are displayed
    JA ACM with type = Magazine – Category Listing : style-1
    Thanks

    Pankaj Sharma Moderator
    #911644

    Hi
    Kindly give me url of site, i will check it directly on the site why code does not wokring .

    APOSTOLOS FOUKIS Friend
    #911648
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #911980

    Hi
    Apply below code in cucstom.css

    
    .magazine-item-media .category-name {
        display: none!important;
    }
    APOSTOLOS FOUKIS Friend
    #912192

    Thanks a lot !!!

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

This topic contains 6 replies, has 2 voices, and was last updated by  APOSTOLOS FOUKIS 8 years ago.

The topic ‘How to remove category title?’ is closed to new replies.