
08-16-2014, 10:27 PM
|
 |
Paid Member
|
|
Join Date: Aug 2014
Posts: 6
|
|
CSS changes to menu
I will say that, since first using ECWID 2-3 years ago, things have improved, but styling is still a complete headache every time.
The default styles are 100% ugly. 25px sized font...what????? I have NEVER used a font that screaming loud. It's just rude.
So, I copy the 1st and 2nd level category links and amend thus:
/* First level category links */
span.ecwid-categories-category {
font: normal 16px "trebuchet MS", helvetica, verdana, sans-serif;
color: #4b4b4b;
white-space: nowrap;
}
/* Second level category links */
div.ecwid-categoriesMenuBar span.ecwid-categories-category {
font-size: 14px;
}
The 2nd level takes the new setting, the 1st level still wants to be butt ugly at 25px. Can't change it - frustrated.
|