tagline in header, accent colour on nav bar
This support request was posted in BBQ by czulander
- czulander September 3, 2013 at 1:15 pm
Hi Juan, I have two questions,
Firstly, I can display my tagline in my header using;
In the header.php file, I’ve inserted it after;
Which looks like the right line but I want it further over to the right and to take the same style as the nav bar text, basically it’s a motto that I want appearing to the right of the logo but underneath the page headings. I have a feeling this is a css issue but I’m not very good with that, can you help?
Secondly, I’ve changed the nav bar font and the function where it used to go orange to indicate which page you were currently on has disappeared, can I get this back and can I change the colour?
Thanks,
Great product by the way.Juanfra Aldasoro September 3, 2013 at 2:42 pmHey there,
Thanks for writing. I hope you’re doing well.
With regards to the first question. It seems that you’ve added the tagline outside the div that contains the header. In order to have that text within the header, you first need to put it inside the header div. After that you need to style that text (wrap it in a span or div) in order to make it appear on the right side. That’s more like a customisation job.
Secondly, the problem there is that whenever you pick a navbar font with a color it overrides the function that picks the accent colour over there. I’ll take a look and come back to you as soon as possible. In the meantime you can try adding the following css:
#navigation .nav li:hover a, #navigation .nav li.current_page_item a, #navigation .nav li.current-menu-item a, #navigation .nav li.sfHover{ color: #0D2D9A !important; }
Thanks for your kind words 🙂
Best,
Juan.czulander September 4, 2013 at 11:15 amHi Juan,
Tried both your suggestions with success, thanks very much.
Juanfra Aldasoro September 4, 2013 at 2:29 pmHi There,
I’m more than happy to hear that 🙂
Have a wonderful day,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.