I ask for change this.

Almighty

Well-known member
Registered
Joined
Feb 5, 2020
Messages
57
Points
18

Reputation:

Hello, could someone tell me how to change this type of red shading that is shown in the following images.
Screenshot_1.png

Screenshot_2.png



I want to emphasize that the theme I am currently using is this:
https://enxf.cc/resources/evolverp-dark.3453/

And we have been modifying colors from the original theme, which by default is red. But we couldn't see the section to change that red shading.
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
392
Points
53

Reputation:

Hello, could someone tell me how to change this type of red shading that is shown in the following images.
View attachment 40432
View attachment 40433


I want to emphasize that the theme I am currently using is this:
https://enxf.cc/resources/evolverp-dark.3453/

And we have been modifying colors from the original theme, which by default is red. But we couldn't see the section to change that red shading.
Almightylook for the evolverp_app_nav.less it should be in there
Code:
.p-navSticky {
    box-shadow: 4px 4px 35px 12px rgba(189,0,40,0.4);
}

change this
 
Last edited:

Almighty

Well-known member
Registered
Joined
Feb 5, 2020
Messages
57
Points
18

Reputation:

Almighty

Well-known member
Registered
Joined
Feb 5, 2020
Messages
57
Points
18

Reputation:

look for the evolverp_app_nav.less it should be in there
Code:
.p-navSticky {
    box-shadow: 4px 4px 35px 12px rgba(189,0,40,0.4);
}

change this
one_finger_manThank You, i've changed correctly the red shading.

Only this red shading that was not changed is missing.
1001510991.jpg


What's their location? @one_finger_man
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
392
Points
53

Reputation:

if thats the footer i think that is than it would be in the evolverp_app_footer.less
 
Top