Site logo

Archived topic

want center headings and hide author image

1 reply · Started by kiran on December 3, 2022

Viewing posts 1–2 of 2

I am using scribe them, want to center allign headings of blog post and hide author image.

Also, add heading 2 in a box with a black background.

Thank you.

Hi there,

the Scribe site uses a Block element - page hero, go to Apperance > Elements and Quick edit the Single Post Page Hero and set its Status to Draft. This will disable that element.

This will display the theme Title and meta before / after the featured image. Which you can control in Customiser > Layout > Blog.

For the H2 heading style add this CSS:

.entry-content h2 {
    background: #000;
    color: #fff;
    padding: 5px;
}
This archived topic is closed to new replies.