help change colour please
-
I don’t know why this is like this but i have only just noticed it, how can i make these visible please when making a comment to a post http://postimg.org/image/gyr39gd4j/
thank you
Mod
Use Firebug to identify those elements and then changer their color to what you would like.
element {color: #000000;}
Replace
element
with the actual element (this looks like it is generated by a plugin, so I can’t provide any specifics) and change#000000
to the color you would prefer.installed firefox and firebug to see what your talking about since i have no idea what firebug is i managed to find out a little how to use it thanks to youtube found the rgba for it (didnt see anything saying element) but thats as far as i get, where does it tell you what file to change? its ok telling you which bit to change but unless you have knowledge knowing which file it is then its not so easy for people like me
Anyone know which file i can find this in please?
thankyou
Try adding this to Custom CSS,
#respond #comment-form-subscribe p {
color: #FF0000 !important;
}That was a blind shot. Difficult to give exact code without seeing that in your site.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.