Twenty Twelve header.php
-
Hey,
What i do in css header.php, for a transparency subpage? In my nav menu all button is transparency, but if i creat s subpage that’s not.
Example: http://www.zalanofficial.hu –> Nav menu –> Gallery –> subpage
I hope clear what i want. :)
The blog I need help with is: (visible only to logged in users)
-
Hi @zalanofficial, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help in the WordPress.org Twenty Twelve Theme support forum, or ask in the volunteer-based WordPress.org Themes and Templates forum.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
The differences between WordPress.com and WordPress.org.
I did take a quick look at your site though, and the submenu has a background color declared. You can use the following CSS to make that transparent.
.main-navigation li ul li a { background: transparent; }
- The topic ‘Twenty Twelve header.php’ is closed to new replies.