Coleen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing Header Menu colors…Hi David – thanks so much for all the advice, I was offline last night so didn’t try it all until just now, but you are right, it’s the page_item hover that is causing the issues. I used the firebug to track that down – thank you very much!
I have been developing in VB.Net and using HTML and CSS for years, but have never really tried my hand at PHP. I have a client that likes the Betround template and am in the process of customizing it for her, so my biggest issue has been where to find the CSS Div’s and classes that correspond to each section of the template. (I’m not a fan of using templates but I admit, they come in handy for things like comment blocks but are a real PITA for formatting issues – so far!)
I did change the page_item and it works! Thank you SO much! https://www.wedevelopwebs.com/wordpress/ This is the sample that I am working on. As you can see, I’ve already been able to change all the background colors, the images, etc. I’m just working on the pages now…
I do have another question on another subject (adding pages/items to the menu) should I start a new thread on that?
Thanks again!
Coleen
Forum: Themes and Templates
In reply to: Changing Header Menu colors…I use Visual Studio to edit my HTML and CSS Code – I can run through the entire css and see that under the topmenu div there is no place where it is set to #000. Although, it is set to #000 in the footer (and I want it to be!) This should not affect the visited attributes in any place except the footer though! Could it be overwritten in the .php someplace? This just doesn’t make any sense.
Thanks for your help, it is very appreciated.
Coleen
Forum: Themes and Templates
In reply to: Top Postion of my Comment boxIn case anyone else has this problem, it isn’t the position of the margin/top of the comment box, it’s the size of the header section. I just changed the size of the Header height from 300px to 250px – problem solved! Hope this helps someone else.
div#header {
position:relative;
height:250px;
margin:0;
}Coleen