How change Header Background Color?

kainos

Active member
Registered
Joined
Dec 1, 2022
Messages
39
Points
18

Reputation:

How change Header Background Color?

header.jpg
 

Hsjsww

Active member
Registered
Joined
Oct 14, 2022
Messages
33
Points
8

Reputation:

1: Log in to the Admin Control Panel of your forum.

2: In the left-hand menu, click on "Appearance," then "Style Properties."

3: Scroll down to the "Custom CSS" section.

4: Add the following code to the Custom CSS box:
Code:
#header
{
    background-color: #yourcolorcode;
}

Replace "yourcolorcode" with the color code of the color you want to use for the header background. For example, if you want to use red, you would use "#FF0000".

5: Click "Save" to apply the changes.
This will change the background color of the header on your forum. If you want to further customize the appearance of your forum, you can use additional CSS code to change other elements, such as the font, text color, and more ❤️❤️
Contact telegram @hamzaanonime
 
Last edited:

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,072
Points
173

Reputation:

@kainos follow pic

2022-12-31_19-03-50.jpg



2022-12-31_19-05-13.jpg

select or add new color and click
2022-12-31_19-07-40.png
 

kainos

Active member
Registered
Joined
Dec 1, 2022
Messages
39
Points
18

Reputation:

one_finger_man

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

Reputation:

if you are using 2.2 you can head this to extra and it should work!!!
Code:
#header
{
    background-color:red ;
}
 
Top