Need some help with text color blog

hello

here are I again hi
I would please change the color of the text in the header of my pages!
I have changed the header in Blog Archive Header Image but the text is now black in the header but I need it white.
is that to change?

regards,chris

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the header color by going to Appearance > Customize > Additional CSS and pasting it there.


.bottom-header h2 {
    color: #fff;
}

Best Regards,
Support

Hello,

sorry but this code is also not working again.
I do only copy and paste so I do nothing wrong I think
and the color white is #ffffff and not #fff
see picture what I mean. the color black with the pictures in it.
that need I in white.

and picture 2 you see a blue picture with a white text.
I need the text in black because I change the picture in white.

so please help me because the site have to be ready about 2 days.

picture one

Hello,

sorry can’t upload the pictures please see the links what I mean.

sorry but this code is also not working again.
I do only copy and paste so I do nothing wrong I think
and the color white is #ffffff and not #fff
see picture what I mean. the color black with the pictures in it.
that need I in white. http://metapplewerken.nl

and picture 2 you see a blue picture with a white text.
I need the text in black because I change the picture in white.
http://metapplewerken.nl/doneren-sponsoren/

so please help me because the site have to be ready about 2 days.

Hey there

I hope you are doing well today.

Please try this code, it should work:

#header .bottom-header h1 {
color: #000;
}

please note, you can change color code to any color you wish,
color code #fff and #fffff is same and it no problem in using only #fff but recommended is to use #ffffff :wink:

let me know if this worked,

hello,

it doesn’t work grrr
see attachment

and please go to my site
http://metapplewerken.nl/onze-missie-2/
now you see a blue header with white text!!
I need that text in black.
I ask you also in my questions to you!

so please help me because the site must be tomorrow ready because I have presentation.

Home
Support Forum
Free Themes
Premium Themes
Blog
[Support request] Need some help with text color blog
Home » Topics » Illdy » [Support request] Need some help with text color blog
Author
Posts | Unsubscribe Favorite
January 8, 2018 at 12:03 am #140423 | REPLY

christiaanpijper
Participant
hello

here are I again hi
I would please change the color of the text in the header of my pages!
I have changed the header in Blog Archive Header Image but the text is now black in the header but I need it white.
is that to change?

regards,chris

January 8, 2018 at 1:10 pm #140525 REPLY

Support
Moderator
Hello there,

I hope you are doing well today.

You can use the following CSS code to change the header color by going to Appearance > Customize > Additional CSS and pasting it there.

.bottom-header h2 {
color: #fff;
}
Best Regards,
Support

January 9, 2018 at 9:40 pm #140873 REPLY

christiaanpijper
Participant
Hello,

sorry but this code is also not working again.
I do only copy and paste so I do nothing wrong I think
and the color white is #ffffff and not #fff
see picture what I mean. the color black with the pictures in it.
that need I in white.

and picture 2 you see a blue picture with a white text.
I need the text in black because I change the picture in white.

so please help me because the site have to be ready about 2 days.

Upload Errors:
IMG_0321.JPG: File exceeds allowed file size.
IMG_0322.JPG: File exceeds allowed file size.
January 9, 2018 at 9:41 pm #140874 REPLY

christiaanpijper
Participant
picture one

Upload Errors:
IMG_0321.JPG: File exceeds allowed file size.
January 9, 2018 at 9:47 pm #140875 REPLY

christiaanpijper
Participant
Hello,

sorry can’t upload the pictures please see the links what I mean.

sorry but this code is also not working again.
I do only copy and paste so I do nothing wrong I think
and the color white is #ffffff and not #fff
see picture what I mean. the color black with the pictures in it.
that need I in white. http://metapplewerken.nl

and picture 2 you see a blue picture with a white text.
I need the text in black because I change the picture in white.
http://metapplewerken.nl/doneren-sponsoren/

so please help me because the site have to be ready about 2 days.

January 15, 2018 at 2:33 pm #141702 REPLY

Colorlib Support
Keymaster
Hey there

I hope you are doing well today.

Please try this code, it should work:

#header .bottom-header h1 {
color: #000;
}

please note, you can change color code to any color you wish,
color code #fff and #fffff is same and it no problem in using only #fff but recommended is to use #ffffff ?

let me know if this worked,

January 15, 2018 at 4:12 pm #141726 EDIT | REPLY

christiaanpijper
Participant
hello,

it doesn’t work grrr
look at my site on the underside.
there is now a black footer with 3 pictures and fb logo enz.

and please go to my site
http://metapplewerken.nl/onze-missie-2/
now you see a blue header with white text!!
I need that text in black.
I ask you also in my questions to you!

so please help me because the site must be tomorrow ready because I have presentation

Hello there,

Please try using this CSS to change the font color:


#header .bottom-header h1 {
    color: black !important;
}

Best Regards,
Support

hello,

please mail my on [email protected]
I can’t reply what I mean.
the pictures files are to big.
because the code you give me don’t work grrr
#header .bottom-header h1 { color: #000; }

Hello there,

Have you tried using the previous CSS code?

Best Regards,
Support

hello,

yes is not working.
below is still always black!!

text header is now black
but is it possible to get there NO TEXT?
I mean so not the text of the name of the page?
because me logo can not fit now.
it looks terrible
please see site http://metapplewerken.nl/over-ons/

Hello there,

In order to change the color from black you need to edit the CSS and remove “!important” and change the color to white so the CSS would look like this:



#header .bottom-header h1 {
    color: white;
}

If you want to remove the text then use this CSS:



#header .bottom-header h1 {
    display: none;
}

Best Regards,
Support