How to change text color in HTML for better visibility?

Hi guys,

I can’t spend money for the moment but I really need to solve this issue. I want to change the color font from gray to white (anybody can’t read with my black background) Please help me. This is the link for my website: www.bricksculture.com

Hii, @brickculture
Paste this code on top of the style.css file.

a {
    color: white !important;
}
h3.sidebar-title {
    color: white !important;
}
label {
    color: white !important;
}
select#SortBy {
    color: white !important;
}

Thank You.

1 Like

hi @Zworthkey thank you so much for help me.

But if you go to my website: www.bricksculture.com you can see that when you go over text the color doesn’t change in red like before.

Also this code change every color from gray to white not the text I selected in the picture.

hii, @brickculture
Remove the code which I have given you so,
I can solve it perfectly.
Thank You.

1 Like

I did it, let me know if U resolve it :face_with_head_bandage: :victory_hand: