• Resolved CAM

    (@caitlinmccartan)


    I’m trying to remove the “Bookmark the Permalink, author, and date (JANUARY 31, 2019 BY ADMIN )BOOKMARK THE PERMALINK) on posts, but i’m not able to figure out how. Any ideas? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you are wanting to remove all of the content there you can use the following in Appearance->Customize->Additional CSS

    .single .entry-meta-wrap {
         display: none;
    }
    Thread Starter CAM

    (@caitlinmccartan)

    Thank you! That did remove this content, but there’s now a blank space where that content was, so everything appears shifted to the right/off-center. Any suggestions for fixing that? Here’s an example of how the pages looks. The permalink/date/author were to the left of the image.
    https://www.emccartan.com/uncategorized/order-amidst-chaos/
    Thanks!

    Yes, try the following

    .single .single-content-wrap {
    	width: auto;
    }
    .single #nav-below {
    	width: 100%;
    }

    Should also fix the navigation at the bottom as well to go all the way across

    Thread Starter CAM

    (@caitlinmccartan)

    Perfect, thanks so much!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove “Bookmark the Permalink” and date’ is closed to new replies.