Blog Author, Category, Date, Comments Off

Discussion in 'Compass WordPress Theme' started by saramitchell, Jun 4, 2015.

Thread Status:
Not open for further replies.
  1. saramitchell

    saramitchell New Member

    Joined:
    Aug 7, 2014
    Messages:
    17
    Likes Received:
    0
    Hi There!

    I have two somewhat connected questions about the Blog Page.

    1. Is it possible to get rid of the Author, Category, Date, and comments turned off text at the top of the blog page? Picture attached.

    2. If we get rid of all of those things at the top this question may be unnecessary, but as you can see in the attached image because the Blog title is long it's caused the blog formatting to get screwy. Instead of filling the page with text and wrapping around the left aligned photo, the photo and text are in a column. It makes more sense if you look at the picture. Like I said, this may not be an issue if we completely get rid of it in the first question.

    Thanks for all your help! You guys are fantastic!

    Sara
    http://honors.usu.edu/
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please 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.single ul.post_meta {
      display: none !important;
    }
    Thanks,
    Praveen
     
    andreahw16 likes this.
  3. saramitchell

    saramitchell New Member

    Joined:
    Aug 7, 2014
    Messages:
    17
    Likes Received:
    0
    Perfect! Thank you!

    Sara
     
Thread Status:
Not open for further replies.

Share This Page