Hello everyone. I am trying to find out how to remove the underline that appears on my product listings. I'd like to use a different a:hover font color on product listings instead. I just feel that font color changes upon a:hover look cleaner. However, it seems that the underline value is not present in any of the .css files. Anyone know where to look?
Have a look in "catalog/template/default/css/default.css". Line 17 (or thereabouts) sets the default behaviour and colour for the anchor and line 40 sets the default hover state.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Same file, around line 220, you should find a section that looks like -
Just add -
somewhere in the block. The example given will show red. For a different colour, use a different hex value.
Code: Select all
.products, .images, .categories {
float: left;
width: 33.3%;
text-align: center;
cursor: pointer;
font-size: 10px;
height: 140px;
}
Code: Select all
color: #FF0000;
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Hi,
Also, there is Web Developer Toolbar (Extension for Firefox):
https://addons.mozilla.org/en-US/firefox/addon/60
Under CSS -> View Style Information ...
Sergio
Also, there is Web Developer Toolbar (Extension for Firefox):
https://addons.mozilla.org/en-US/firefox/addon/60
Under CSS -> View Style Information ...
Sergio
sroblesruiz wrote: Hi,
Also, there is Web Developer Toolbar (Extension for Firefox):
https://addons.mozilla.org/en-US/firefox/addon/60
Under CSS -> View Style Information ...
Sergio
That's what he meantjty wrote: or Firefox Developers tools

Who is online
Users browsing this forum: No registered users and 3 guests