Okay
  Public Ticket #2925238
Post Author Image and Icon
Closed

Comments

  •  3
    patrickcorleyjack started the conversation

    In all posts - I have sucessfully taken off the Author Image and the Icons - leaving just the Author Name and Date. This is what I used: 

    .single-post .post .author-info--image {
        display: none;
    }

    .single-post .post .post-meta i {
        display: none;
    }


    This works just great for desktop . . . but on mobile and ipad I still get an Author Image  and calander icon. (See attached images - one of desktop and another of mobile view).

    Are these simple to remove?

    Cheers

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •  1,558
    Laborator replied

    Hi there,

    Have you tried adding it under Custom CSS > Responsive > Extra Small (XS) area? If that does not work then try using this CSS instead:

    .author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta .post-meta i {
        display: none;
    }
    .author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta .author-info--image {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    patrickcorleyjack replied

    Many thanks Art, your firdst suggestion here worked!!

    Cheers

  •  1,558
    Laborator replied

    Happy to hear that Patricksmile.png

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on ThemeForest from your Downloads tab.

    A huge thank you from Laborator in advance, wishing you a great week!


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group