X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   how to change color (https://forum.x-cart.com/showthread.php?t=77159)

bibi 09-10-2019 11:11 AM

how to change color
 
can any one let me know how i can change the color on the menu tab of the standard template in xcart 5.4
thanks

Ed B. 09-11-2019 06:42 AM

Re: how to change color
 
I haven't checked yet with xcart5.4 (or even with5.3), so I am not completely sure, and the template is fashion, not standard,

but with xcart5.2 I have lines in custom CSS
Code:

#top-main-menu > li.leaf >a:active, div > #top-main-menu > li.leaf:active >a, #top-main-menu > li.leaf >a:hover,
.navbar-inverse {
  background-color: #941201;
  border-color: #941201;
}
.navbar-inverse li a:hover span
{color:#000000;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
 /* color: #ffffff;*/
  color:#941100;
  background-color: #941201;
}
.navbar-inverse .navbar-nav  a:active,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
/*  background-color: #44596f;*/
}


wouldn't this work with 5.4?

Ed B. 09-11-2019 10:52 PM

Re: how to change color
 
I have checked with my dev store XC5.4.0.4. My code should work fine.

bibi 09-16-2019 10:22 AM

Re: how to change color
 
thank you i shall try this today


All times are GMT -8. The time now is 05:52 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.