i cant seem to change the color of it :(((( i want it white but it wont budge!!!!!!! :(((((((((
thanks to the people that left an answer!!! :D
i know its effected by a style thing wich cant be changed.you could just completely replacing it like i did .url a {font-size: 0px;} .url a::after { font-size: initial; color: white; content: "your text here"; }
this is what i use
.blogs div, .blog div, .url a { color: white !important; }
just change the color ofc if you want
thanks to the people that left an answer!!! :D
i know its effected by a style thing wich cant be changed.you could just completely replacing it like i did
.url a {font-size: 0px;}
.url a::after {
font-size: initial;
color: white;
content: "your text here";
}
this is what i use
.blogs div, .blog div, .url a {
color: white !important;
}
just change the color ofc if you want