 andylu
|
Hi – I have two questions for my blog: http://text100pr.se/
1) How do I change the color on the top menu, “about”. Now it is automatically the same color as the accent color but I want to change that without changing the accent color.
2) In Explorer my footer section is placed at the page top between the content and the sidebar. This doesn´t happen in Firefox or Chrome. Why – and how do I move the footer to the bottom in Explorer?
Thanks
|
 Jeremy Clark
|
In the custom css under the style settings
#dropdown a{
color: #000000
}
Adjust the color to one you want.
Footer problem in custom css again.
#footermain{
clear:both;
}
|
 andylu
|
Great, thanks for quick response! It’s solved now.
|