You're a Pro… please help me with CSS
-
1. The navigation header is OVER the images… I want it to be ON TOP… so basically more image visibility. Please help. Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hello, you’ve created a number of threads on the same topic, which makes it difficult to track progress on your issue. I’ve gone ahead and closed the other threads, but please do not open any new threads on the same topic.
When someone can assist you, they will reply here.
-
I understand… I was trying to edit. It didn’t let me so I created a new one. However, I actually posted two different questions. One about the sub-navigation, and another about the navigation it self.
-
I want the sub navigation to look like this:
https://cloudup.com/czDZ1e6j4rrThe blog I need help with is medisend.wordpress.com.
-
Could you clarify in what way this screenshot — https://cloudup.com/czDZ1e6j4rr — is different from the sub-menus currently on medisend.wordpress.com? This is what I see on your site at the moment – https://cloudup.com/c0pqgyAmoGp – which looks the same as your screenshot.
1. The navigation header is OVER the images… I want it to be ON TOP… so basically more image visibility.
Due to the way the slider is built into the theme with lots of inline CSS, I don’t see a simple way to change the way the header overlays it.
One thing you might consider is reducing the opacity of the header to let more of the image show through, like this:
#masthead { background-color: rgba(225, 225, 225, 0.1); }You can change 0.1 to 0.2 or whatever you prefer – right now it’s at 0.6 (60%) opaque.
- The topic ‘You're a Pro… please help me with CSS’ is closed to new replies.