Portfolio page

Discussion in 'Compass WordPress Theme' started by chassieb, Jan 29, 2015.

  1. chassieb

    chassieb New Member

    Joined:
    Dec 17, 2013
    Messages:
    26
    Likes Received:
    0
    Hi!

    I would like to remove the following from this page: http://sarawackerapr.com/gallery_post/

    • Blog Archives from the top of the page
    • all of the post details: author, date, comments and tags.

    Thank you!
    Chassie
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    h1.page_title.single-heading {
    display: none !important;
    }
    ul.post_meta {
    display: none !important;
    }
    Thanks,
    Praveen
     
  3. chassieb

    chassieb New Member

    Joined:
    Dec 17, 2013
    Messages:
    26
    Likes Received:
    0
    Thank you!

    Can you also provide the code to remove the magnifying glass and the notepad icon on either side of the photos?

    Thanks!
     
  4. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    span.zoom {
    display: none !important;
    }
    i.fa.fa-file-text {
    display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page