Get Rid of Certain Text on Blog Post

Discussion in 'Squirrel WordPress Theme' started by 1stopnonprofitshop, Mar 23, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    How do I remove the text on top of the picture on my blog post? (Posted by...date...category, etc)
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To get rid of the concerned part, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page-content .content-bar .post .post_meta {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page