[Resolved] Add text to feature photo

Home Forums Support [Resolved] Add text to feature photo

Home Forums Support Add text to feature photo

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #343573
    Gary

    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.

    #343603
    Leo
    Staff
    Customer Support

    Hi there,

    Try using the Page Header add-on: https://docs.generatepress.com/article/page-header-overview/

    #343703
    Gary

    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?

    #343704
    Gary

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

    #343706
    Leo
    Staff
    Customer Support

    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.

    #343717
    Gary

    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;
    }

    #343726
    Gary

    Thanks it works.

    #343727
    Gary

    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

    #343728
    Gary

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

    #343746
    Leo
    Staff
    Customer Support

    No problem!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.