Site logo

Archived topic

Tagline question

9 replies · Started by Lisa Blaushild on February 13, 2016

Viewing posts 1–10 of 10

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

Hi there,

Does the font you're using get dark at all? Any chance you can link me to your site? :)

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.

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 :)

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

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 :)

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.

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

Thanks, Tom!

You're welcome :)

This archived topic is closed to new replies.