Site logo

[Support request] want center headings and hide author image

Home Forums Support [Support request] want center headings and hide author image

Home Forums Support want center headings and hide author image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2448665
    kiran

    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.

    #2448986
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.