Posts in Blackbird that have hyperlink added don't change color. Please advise how to make link one color and roll over another. Here's an example of the page I'm working on now: http://bergenfamilytherapy.com/nutrition-articles/
Also, please provide code to center the text in the menu. This code works in Roadfighter but not here in Blackbird: #menu { text-align: center; }
And one more thing that I think is a bug: when I add a custom link in the footer: Appearance > Footer Settings > Web Hosting and Design by <a href="http://www.abihosting.co">ABI Hosting</a> After I do a save elsewhere in the admin it removes the link part: <a href="http://www.abihosting.co">ABI Hosting</a>
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar a span { color: red!important; } .content-bar a span:hover { color: blue!important; } #menu ul.ddsmoothmenu { text-align: center; } #menu .ddsmoothmenu li { float: none; } #menu li a { float: none; display: inline-block; } For footer link: We are trying to create it at our side. If it occur, we will provide you solution for it.
Nitesh: For some reason the hyperlinks color and rollover color was working and now it's not. Very odd behavior. And, the footer still gets removed as stated above. http://bergenfamilytherapy.com/parenting-websites/ Here's all of the code in my Custom CSS: .header-info p { color: black; font-size: 21px; } .content-bar a span { color: blue!important; } .content-bar a span:hover { color: darkorange!important; } #menu ul.ddsmoothmenu { text-align: center; } #menu .ddsmoothmenu li { float: none; } #menu li a { float: none; display: inline-block; } p { font-size: 16px; }
Hello Roger, I think you have resolved issue by yourself. I have visited your site. Page links color and hover color is fine and footer link is also behaving normally. http://bergenfamilytherapy.com/parenting-websites/
I appreciate you reviewing this but I still do not see the hyperlink colors. I tested on my computer in XChrome, IE, and FF. I also tested on another computer and still all text is grey.
I just figured out something that I could use your help with. When I change the color of the text for a hyperlink to dark blue using the text editor which I did only for the first link, Positive Discipline, it now functions with the hyperlink rollover color change. As you can see, the Ask Dr Sears and Child Welfare htyperlinks do not have the Custom CSS color applied. It seems that for some reason the default font color has priority over the hyperlink colors when it should be the opposite.