- This topic has 9 replies, 2 voices, and was last updated 10 years, 5 months ago by
Tom.
-
AuthorPosts
-
February 13, 2016 at 11:46 am #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, NYFebruary 13, 2016 at 12:41 pm #172555Tom
Lead DeveloperLead DeveloperHi there,
Does the font you’re using get dark at all? Any chance you can link me to your site? 🙂
February 13, 2016 at 7:01 pm #172601Lisa 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.
February 13, 2016 at 11:11 pm #172617Tom
Lead DeveloperLead DeveloperI’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 🙂
February 14, 2016 at 8:03 am #172691Lisa 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
February 14, 2016 at 11:01 am #172716Tom
Lead DeveloperLead DeveloperThe 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 🙂
February 14, 2016 at 3:54 pm #172750Lisa 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.
February 14, 2016 at 4:49 pm #172756Tom
Lead DeveloperLead DeveloperThe “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; }February 15, 2016 at 2:30 pm #172965Lisa Blaushild
Thanks, Tom!
February 15, 2016 at 2:53 pm #172971Tom
Lead DeveloperLead DeveloperYou’re welcome 🙂
-
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.