Removing blogs info

Discussion in 'BusinessGrow One Page WordPress Theme' started by emaarten, Feb 4, 2014.

  1. emaarten

    emaarten New Member

    Joined:
    Feb 2, 2014
    Messages:
    15
    Likes Received:
    0
    Hi There,
    First a want to thank you for your excellent themes. There are great!

    My question. I want to remove the categorie tag and the read more link form the blog posts. How can i do it?

    Thanxs in advance.
    Maarten
    The Netherlands
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .thumb span {
    display: none;
    }
    .read-more {
    display: none!important;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page