This topic is locked
[SOLVED]

 Bootstrap Live Customizer

9/3/2020 6:23:33 AM
PHPRunner General questions
G
Grdimitris author

im using tip from https://asprunner.com/forums/topic/26144-modifyingcreating-a-new-bootstrap-theme/ to Modify Bootstrap theme.
I can
t find where i can change left menu and the space below background color.

From designer i can change it with

.mCustomScrollBox {

background: #41557e;

}

I want to change it in theme not in PHPRunner.

Does anyone knows the variable i have to change?

Sergey Kornilov admin 9/3/2020

If you need to add something custom to the theme check styles\less\bootswatch\<theme name>\tweaks.less file.
You need to add your changes there as LESS code which is similar to CSS:

https://www.hongkiat.com/blog/less-basic/

G
Grdimitris author 9/4/2020



If you need to add something custom to the theme check styles\less\bootswatch\<theme name>\tweaks.less file.
You need to add your changes there as LESS code which is similar to CSS:

https://www.hongkiat.com/blog/less-basic/


Thank you Sergey.

The problem is solved.