• In my theme there is a “read more” button at the bottom of every post. I want to get rid of that. my site is firstworldish.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • liquid-web-design-london

    (@liquid-web-design-london)

    Hi,

    Probably the easiest way is to add this line of code below to your css file.

    .dp40 {display:none;}

    Check if your theme already has a way to add custom CSS – if so use that. If not either install a plugin like this for css or make a child theme. Recommended to make a child theme if you’re going to do lots of customisation.

    Thread Starter esspoker

    (@esspoker)

    Thanks. I’m a little worried about touching the html since I don’t know code, and last time I edited it my site went blanks

    Thread Starter esspoker

    (@esspoker)

    Can you give me the css code to get rid of the “edit” line that was next to it? It says “edit” and then the edited date

    liquid-web-design-london

    (@liquid-web-design-london)

    Hi,

    The above code is CSS not HTML and so long as you put it in a css file without corrupting any other code it will work fine. Don’t worry, we’ve all seen the white screen – even the pro’s. It’s a learning curve.

    I can’t see “edit” – probably you’re only seeing that because you’re logged in. Try logging out and refreshing the page. I think that’s just the quick link for editing the post if you’re logged in.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Get rid of the "read more"’ is closed to new replies.