Four newb questions about CSS/WordPress
-
Hello all!
I’m reasonably familiar with CSS and am using Dreamweaver. Recently I began exploring WordPress and using a base template I started to style and shape my first WordPress theme.
Here it is; Test Site
Now I’ve got a few things I’d like to ask..
1) I’m trying to get the header site title to become black and and orange as I hover over. All without text decoration. I used the !important thingy but that only worked to get the site title black, the underline doesn’t disappear. Also I had to use ‘Black, Orange,’ etc. instead of color coding because for some reason that didn’t work.
2) I created some divs in header.php and I styled them but for some reason there is vertical spacing between the divs of about 10 pixels. Instead, the darkgray menu bar should be against the darkred menu bar, and the 10 pixels spacing should be below the dark gray menu bar.
3) I’m still puzzled as to how I can vertically center the div content of #MenuSearchBar and #BottomMenu which are in header.php. ‘Vertical align center’ doesn’t do anything.
4) Last, if you click on ‘Hello World’ post for example (or any of the links in the posts/widgets section) the text turns white instead of staying black with the orange hover. As if the white color overrides the ‘visited’ links.
I’m still struggling to understand why the content in different browsers shift (such as the menu items) and how I can keep them ‘in line’ in all browsers.
Thanks for any help, appreciated!
Regards, Rudolf
- The topic ‘Four newb questions about CSS/WordPress’ is closed to new replies.