Archived topic
contact data in header
5 replies · Started by kilografico on January 31, 2019
Hello!
I'm working with GeneratePress 1.7.5 (it's worderful).
My question is:
Is possible to add data contact in header?
Now the logo is on the left and the rest is blank (in header).
My goal is to put on the right a phone number and email.
Is this possible?
Thank you
Hi there,
Try using the header widget area:
https://docs.generatepress.com/article/header-widget/
Also make sure you use the most recent versions of the free theme and premium plugin:
https://docs.generatepress.com/article/generatepress-and-gp-premium/
Let me know if this helps :)
Nice!
It works perfect!
And putting below logo works well too!
Is possible to do a bit small the text inside header-widget?
Thanks a lot!!!
Try this CSS:
.header-widget .textwidget {
font-size: 15px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
You're the best!!
Thanks a lot!!!
No problem :)