How To Change The Color Of "my Account"?

Hi!

I'm trying to get all white text/icons on the black background in the top panel of CS-cart.

However when I place a mouse over " MyAccount" or press on it it turns "BLACK"

I tried all kind CSS modifications but nothing seems working.

See attached image.

Any idea/help?

Thank you in advance!

Screenshot 2022-03-30 183136.png

1 Like

Please share the store URL so that we can provide you with CSS

Please share the store URL so that we can provide you with CSS

Here it is: https://staging.cscart.threefold.io/index.php

Thanks!

I guess I found my fix. It's in "Templates :bright_theme / styles / data / TFmain.less " (TFmain is our theme)

.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
background: spin(desaturate(darken(@top_panel_bg, 7%), 14%), 2);
color: @top_panel_links;
*, a, i {
color: inherit; // old: initial;
}
}

Thank you for letting us know it. It is better to add extra CSS to the CSS section of the Theme editor

Thank you for letting us know it. It is better to add extra CSS to the CSS section of the Theme editor

Suggestions are still/always welcome!

1 Like