Button color
-
Your plugin works brilliantly, but I’m having an issue with the button color. I found the post from over a year ago that said the button color is generated by the theme I am using – Hueman.
I activated the plugin on a test site. I couldn’t find an option to change the button background color in Appearance – Customize, so I changed the color in the style.css in my child theme.
.widget a {
color: #ffffff;
}a:link {
color: #bc4242;
}/* visited link */
a:visited {
color: #bc4242;
}.button {background-color: #ffffff;padding: 8px 14px;margin-left:30px;margin-bottom:50px;font-size: 18px;color:#ffffff;border:none;border-radius: 3px;}
And it worked – viewed on a Mac in Safari and Firefox (but not in Chrome) and on an iPad.
Testing SiteI made the same changes on my working site child theme style.css. I compared the two css pages to be sure. But on the working site, it still has the colored buttons.
Working siteBy all accounts everything is the same, except for the button background.
- The topic ‘Button color’ is closed to new replies.