Site logo

Archived topic

GP Blog Page Header Content Edit

2 replies · Started by Christopher on March 13, 2016

Viewing posts 1–3 of 3

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!

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

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;
}
This archived topic is closed to new replies.