Change The Colors In The Admin Panel

is it possible to change the blue (default) color in the admin panel?

You can edit “design\backend\css\styles.less” and change the nav menu colors. They are defined starting at line 28.

You can edit “\design\backend\css\lib\twitterbootstrap\variables.less” - the @linkColor variable assigns the color to all the drop down menu hovers and links with one value.

[quote name='caldor' timestamp='1414892720' post='195903']

is it possible to change the blue (default) color in the admin panel?

[/quote]



It looks like they can be changed from the theme editor. Please try



Design → Themes → Visual editor

[quote name=‘caldor’ timestamp=‘1414892720’ post=‘195903’]

is it possible to change the blue (default) color in the admin panel?

[/quote]



Please follow http://forum.cs-cart…-backend-theme/







Keep on smiling,





Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

Sorry for bumping an old thread, but can anyone advise how to change the colours in the admin panel in v4.8.2?

I have checked design\backend\css\styles.less but this didn't seem right?

Many thanks!

For responsive admin panel, open the design/backend/css/config.less file and change the following line of code:

@mainColor: #0388cc;

Hi eCom,

Thanks for the reply. I found that I needed to change styles.less file in /design/backend/css/addons/old_adminpanel as I am using the old admin panel add-on. I have managed to change a few colours, such as the top menu and a few buttons but I can't change the text colour from #08c or the dropdown menu options. Any ideas?

Many thanks.

Hi eCom,

Thanks for the reply. I found that I needed to change styles.less file in /design/backend/css/addons/old_adminpanel as I am using the old admin panel add-on. I have managed to change a few colours, such as the top menu and a few buttons but I can't change the text colour from #08c or the dropdown menu options. Any ideas?

Many thanks.

Hello!

I suppose #08c is a link color, try to add new color for "a" tag. Also please show the screenshots of elements that you want to change.

Hi eCom,

Thanks for the reply. I found that I needed to change styles.less file in /design/backend/css/addons/old_adminpanel as I am using the old admin panel add-on. I have managed to change a few colours, such as the top menu and a few buttons but I can't change the text colour from #08c or the dropdown menu options. Any ideas?

Many thanks.

No files were attached to the message. In your case I agree with Oleg, it is required to create additional class to change link colors for specific location only

Thank you for the replies. I think this is going to be a simple answer, but how do I create a new colour for a tag?

Here is a screenshot of the links I am trying to change: https://snag.gy/4REMdQ.jpg

So do you want to change color for all links?

I have added the following and it worked

a {
	color: #bb272c;
}

I am struggling to change the submenu links however (see here: https://snag.gy/ZutRb3.jpg ) I have tried searching for dropdown-submenu:focus but cannot find anything. I think I may be overlooking something?

Please use the following code

.dropdown-menu > li > a:hover {
    ....
}

Hello ,

That's an old tread , but I am wondering if this is still relevant ?

Can we change the colour of the VENDOR panel elements ? (All the green elements basically)

Thank you

Color for the vendor panel can be changed here

design/backend/css/config_vendor.less