Site logo

[Resolved] Tagline question

Home Forums Support [Resolved] Tagline question

Home Forums Support Tagline question

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #172552
    Lisa Blaushild

    Is there a way to make the tagline darker? Even when I select “Bold,” it’s still appears very faint.

    Thank you!

    Lisa
    NY, NY

    #172555
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Does the font you’re using get dark at all? Any chance you can link me to your site? 🙂

    #172601
    Lisa Blaushild

    Hi Tom,

    Thanks. I decided to scrap the tagline. I’m still working on my site. All the beautiful websites in this thread: https://generatepress.com/forums/topic/want-your-site-showcased/ must be using coding, right? Because I’ve purchased a few GP add-ons, but my design options still seem very limited. I’m just wondering if most of the sites in the Showcased thread do use additional coding, something I know nothing about. Thanks.

    #172617
    Tom
    Lead Developer
    Lead Developer

    I’ve looked at every site posted in there, and I’d say about 10% are using some custom CSS, while the others seem to be using mostly GP and GP Premium.

    Just takes a little practice and some inspiration from sites you like to get the right look 🙂

    #172691
    Lisa Blaushild

    Thanks, Tom. So to add an image below the navigation bar, I should get the header add-on? Also, is it possible to add a Paypal button?

    Thanks for your patience with what I’m sure are idiotic newbie questions!:)

    Best,

    Lisa

    #172716
    Tom
    Lead Developer
    Lead Developer

    The Page Header add-on allows you to add an image/content below the navigation bar on a per-page basis.

    If you want a site-wide image below the navigation bar, you would use GP Hooks.

    You can definitely add a PayPal button – you can either use Widgets, GP Hooks or even add it right into your content.

    Let me know if you need more info 🙂

    #172750
    Lisa Blaushild

    Thanks so much, Tom. I bought a few add-ons, but need the Premium package, it seems.

    One last question — which add-on or hook (if any) would allow me to add contact info on the very upper left hand corner of the home page?

    Thanks again.

    • This reply was modified 10 years, 5 months ago by Lisa Blaushild.
    #172756
    Tom
    Lead Developer
    Lead Developer

    The “Before Header” hook would probably do it.

    Something like:

    <div class="grid-container grid-parent">
        <div class="top-contact">
            Your information here
        </div>
    </div>

    Then you can style it with CSS:

    .top-contact {
        background-color: #222222;
        color: #FFFFFF;
    }
    #172965
    Lisa Blaushild

    Thanks, Tom!

    #172971
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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