• Resolved Jose B

    (@linkaq)


    How can I remove the Read More bar that includes the author, date, and category, etc. from my blog roll?

    A vairation of this bar also appears at the bottom of each blog post. How can I remove it?

    http://www.Aftertheheadline.com
    WordPress 4.0.1
    Latest version of Spacious

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can block the bar using the following CSS in your child theme’s style.css:

    footer.entry-meta-bar {
    display: none;
    visibility: hidden;
    }

    edit:
    You can add the above CSS in the Theme Options – Design tab – Extra CSS field.

    Thread Starter Jose B

    (@linkaq)

    Thank you that did the trick. Really appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Read More bar’ is closed to new replies.