Home Forums Free Themes Photo Perfect Take out Navigation Arrows and Posting Date/Time, Etc on Post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44988
    joncook808
    Participant

    Hello –

    I’m trying to take out the Right & Left side Arrows as well as the ‘February 7, 2017’ and ‘admin’ that’s between the header image and the post content area.

    Tried commenting out and even deleting code in some of the templates and none of them worked. Anhy help is appreciated.

    The post is here:

    http://www.deanneaugust.com/47-2/

    I want to take that same strip out of every post page, btw.

    Thanks very much!

    #45031
    wensolutions
    Keymaster

    Hello @joncook808,

    To remove the the arrow and post meta please use below given CSS.

    For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .single-post-meta {
        display: none;
    }
    .single-link-previous {
        display: none;
    }

    Hope this helps.

    Best Regards !!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.