Site logo

Archived topic

Add text to feature photo

9 replies · Started by Gary on July 3, 2017

Viewing posts 1–10 of 10

Is it possible to add text to a feature photo? Here is my URL http://206.196.110.39/~innovati/ Thanks for the help I found a larger photo to solve the previous problem.

Thanks the plug works great. Is there a way to increase the size of the type font? I Couldn't find it in the CSS?

Sorry, this wasn't a plug in. Just used the Header Overview.

Try something like this Page Header Content

<div class="page-header-text-style">
    page header content/text here
</div>

Then style it with some CSS:

.page-header-text-style {
    font-size: 20px;
    color: #ffffff;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this makes sense.

I am not sure what I am doing incorrectly. I added Simple CSS, so I can edit the one page. I try to add the code you gave me and it ends up like below and doesn't work. Can you please advise
page header content/text here
.page-header-text-style {
font-size: 20px;
color: #ffffff;
}

Thanks it works.

When I added the above CSS styling it blew the page apart. I lost all other text on the page, and it messed up the photo. Any suggestions. Thx

Sorry, I missed a word in the code. All Works Thx

No problem!

This archived topic is closed to new replies.