GP Blog Page Header Content Edit

Home Forums Support GP Blog Page Header Content Edit

Home Forums Support GP Blog Page Header Content Edit

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #178915
    Christopher

    In Appearance>Blog Page Header>Content Options>Content I’m having trouble customizing the content placed in that box. (1) I would like to be able to re-size text, and/or (2) I would like to be able to center and resize shortcode content. What are my options for this process? Thanks!

    #178916
    Christopher

    I should have added that I am trying to place this content on top of a header image.

    #179026
    Tom
    Lead Developer
    Lead Developer

    You can wrap your content in a div with a class:

    <div class="my-awesome-header">
        Your content
    </div>

    Then add some CSS for it:

    .my-awesome-header {
        font-size: 20px;
        text-align: center;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.