Place Logo Above The Different Pages
This support request was posted in BBQ by AKanellopoulos
- AKanellopoulos January 3, 2014 at 6:31 am
Hi again!
Another question! I am relatively new to WordPress and don’t have experience coding so I may be a frequent visitor.
Anyway, I would like to place the logo for my restaurant above the navigation menu and then center orient the navigation menu instead of having it be right oriented. As far as I can tell, I am not able to do either of these things within the boundaries of the theme.
Any help would be greatly appreciated as I am loving the theme so far but must have the ability to do the above!
Also, I’m sure this is very easy, but I would like the navigation menu options to highlight as the accent color set instead of the default orange.
Thank you in advance!
– Alek Kanellopoulos
Juanfra Aldasoro January 3, 2014 at 2:56 pmHello Alek,
Thanks for writing.
With regards to placing the logo in the middle you’ll need to work around with the CSS.
Something like
#logo{ display: block; width: 100%; text-align: center }
Would work.
I went through your site and the menu option is highlighting the accent color.
Best,
Juan.AKanellopoulos January 3, 2014 at 5:29 pmAnd where would I put that line of CSS?
Sorry for the inexperience!
Regards.
Juanfra Aldasoro January 3, 2014 at 5:33 pmHello Alek,
Thanks for your response.
You can check how to do that in our theme documentation: http://nicethemes.com/support/theme-docs/bbq/#custom-css
Best,
Juan.AKanellopoulos January 3, 2014 at 5:43 pmExcellent! It worked! However, now how do I center the menu options underneath?
You are incredibly helpful Juan and I greatly appreciate it being new to this process.
Regards,
Juanfra Aldasoro January 3, 2014 at 6:28 pmHi Alek,
Thanks for your kind words.
Unfortunately we don’t provide customization services, I can give you a hint on how to achieve that, for your site specifically you can try something like:
#navigation { float: none; margin: 0 auto; text-align: center; width: 500px; }
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.