K
K
Kirill Gladikov2016-06-24 16:57:14
css
Kirill Gladikov, 2016-06-24 16:57:14

How to change the theme of the template (color)?

Good afternoon.
Faced one problem.
You need to change the theme color (from blue to purple). I can’t find where to change these colors , and whether it is possible to change them at all after installing the template.
And if possible. How to add a new theme to the existing ones in order to quickly change between them?
I apologize in advance for the stupid question, I have been working in Bitrix for the second week.
b6b31003ffe54c3ea7622033db89cce2.pngdad5a0cc19ab4a4cb15489de276e44a7.png34d78b9adc594f4f9b373e9fa8f4d88f.png
I really need an answer.
Write if it's not difficult
Thank you very much.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey, 2016-06-24
@gangstarcj

Look at your screenshot, you circled where to change the color scheme.
To add your own colors, you need to make your own css files. The component template contains code that includes the required css of type color.css (green.css or blue.css)

N
no_one_safe, 2016-06-24
@no_one_safe

Most likely Settings->Product settings->Sites->Desired site, and there
318672fca2714be4b5cf8256f0f1ac61.png

J
Jlewka, 2017-11-14
@Jlewka

In table b_user_option set VALUE for entry with CATEGORY='main.interface' NAME='global' as follows:
a:1:{s:5:"theme";s:{NAME_LEN}:"{NAME}";}
where {NAME} - theme name (blue, black, etc.), NAME_LEN - theme name string length.

A
alexeys_as, 2017-12-14
@alexeys_as

run once:
Bitrix\Main\Config\Option::set("main", "wizard_eshop_bootstrap_theme_id", "red", SITE_ID);
red - desired color theme

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question