jend70sugar
Member
Posted 1 year ago #
I'm working on my companies webpage which i did not build, i am just maintaining and updating it. When I changed the colors of the links on the navigation menu these white boxes show up over them in firefox. When you move your mouse over them the box goes away. I've tried having no hover with no success. I know pretty basic html so any help would be much appreciated.
http://www.andayaonline.com
dfunkydog
Member
Posted 1 year ago #
search for a:active in your stylesheet, remove borders.
jend70sugar
Member
Posted 1 year ago #
Is this right? i added border: 0px in the themes style sheet with no change. Am I putting it in the right spot? Or should i use a different method of removing borders?
#navigation a:hover, #navigation a:active {
color: none;
background-color:transparent;
text-shadow: 1px 1px 10px rgba(255, 0, 0, 5);
border: 0px
Remove background-color:#fff; from:
#cart-widget a:link, a:visited, a:hover, a:active {
background-color:#fff;
color:#fff;
}
in style.css.
jend70sugar
Member
Posted 1 year ago #
it worked! thank you so much! i tried everything else and never thought about trying on the cart widget!
jend70sugar
Member
Posted 1 year ago #
One more thing, this is the only other thing I can't figure out or find an answer for. On the products page where all the shirts show, there is a white line under them. They aren't there on the single product page. Any ideas what that could be or how I can fix that? Possibly a link issue?