I assume the widget button was hard coded a color - can somebody direct me where I can change the CSS code to the variable theme color?
The blog I need help with is salinasrivertrail.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I assume the widget button was hard coded a color - can somebody direct me where I can change the CSS code to the variable theme color?
The blog I need help with is salinasrivertrail.com.
Hi there!
I'm not quite sure what you mean. Do you want to change the follow widget button to a different color than orange? If so, this CSS ought to do it (this code will change the button to white with black text):
#subscribe-blog input {
background: #fff;
border: 1px solid #222222;
border-radius: 3px 3px 3px 3px;
color: #000;
font-size: 1.2rem;
line-height: 2;
padding: 0.5em 1.5em;
text-shadow: none;
}
Does this help? If not, please let me know!
This topic has been closed to new replies.