ktperko08 Posted October 14, 2013 Share Posted October 14, 2013 Hello everyone! Quick question... For some reason, one word on the pop-up window is styled as white, I'm just trying to change that one word to black. It is the pop-up that occurs when you click "Send to a friend" from a product page. I need to know where to go to change this if anyone knows. I've tried like every selector in product.css and global.css and nothing seems to change it. I've attached a screenshot to show what I'm talking about. It's supposed to say "Cancel or Send" (Send is a button) and the word cancel is white for some reason. Thanks in advance! Link to comment Share on other sites More sharing options...
vekia Posted October 14, 2013 Share Posted October 14, 2013 everything depends on the theme that you use, so in this case url to your website will be helpful. can you share url to it? i will inspect code and then - give you solution Link to comment Share on other sites More sharing options...
ktperko08 Posted October 16, 2013 Author Share Posted October 16, 2013 Unfortunately no...I'm building it locally right now. I am using the default theme that I have edited, so the structure of the theme remains the same as the default, I've only changed the values of existing things. I'm sure it's as simple as a background color or text color change, I just can't figure out where to look for it. Sorry I'm not so great at explaining my issue! Let me know what files I could upload or paste. Link to comment Share on other sites More sharing options...
vekia Posted October 16, 2013 Share Posted October 16, 2013 ok so try to add somewhere in global css these styles: #send_friend_form a {color:red!important;} home this will work, of course you can change color:red to any other color you want. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now