Jump to content

Background Colour Change and hightlight symbol colour change


Recommended Posts

I have been playing around with the configurator and web scheme colours, of which are all nice. Some of them are great like the light blue, but would like to change the background colour to something else to make them stand out more. Can this be done?

 

Only just started out so if I have to do code please tell me where to go and what files I would have to change please?

 

Cheers

Link to comment
Share on other sites

in this case you have to change themeconfigurator css files.

for example, for this color

 

qfcHG8q.pngxR0GJvf.png

 

edit: /modules/themeconfigurator/css/theme8.css

 

and change background param:

 

body {

background: #282828;
}

 

you can add there also:

.columns-container {
background: white;
}
with own color
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...