CSS basics. What do I copy?
Hello.
I am having some issues with text color vs. background colors. I have managed to figure out how to select the problem, choose "inspect" and I know what do type to make the change... what I have not figure out is what exactly needs to be copied into the theme's CSS window. I have tried a few things, but nothing has worked yet. I need to change to remain permanent.
Anyone able to deliver some tips or point me towards to right literature or videos for this.
Thank you!!
3 comments
I've found the site above to be pretty helpful. Otherwise, posting a more specific question with screenshots if possible would be useful.
Thank you so much, I will explore this link, but additionally, here is a series of pictures showing exactly what it is that I am trying to figure out.
Hi in our case adding this line worked for us:
th .gui-nowrap {
color: black;
}
if that doesn't work for you try it with color: black !important; instead.