• Hey, theme is looking good!
    I need some help hiding the post date, posted by, category etc right below the post title.
    Also, how do I post full images instead of text posts? Like 9gag has.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter emrtss

    (@emrtss)

    Also I would like to know, how to hide to ‘Read more’ button in image-only posts

    Theme Author mizmizi

    (@mizmizi)

    If you want to hide post info from elicit , you can add this code into your Custom CSS in Theme Options:

    .metadata {
       display: none;
    }

    also If you want to hide post info from elicit , you can add this code into your Custom CSS in Theme Options:

    .Button {
        display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding post info and post images’ is closed to new replies.