Follow button colour
-
Can I change the Follow button colour rather than black to “0082c8”
The blog I need help with is: (visible only to logged in users)
-
Yes, we can change it using CSS. Have you got the paid Custom Design upgrade on your account, so I can provide the CSS to you.
-
Thanks chaitanyamsv for prompt response, YES, and below my CSS
body, h1, blockquote cite, details, .footnote, table, .alert, nav[role="navigation"], footer[role="contentinfo"], .wp-caption-text, .feature figcaption, dd.wp-caption-dd, header.post-title .post-byline, .post-roll article.post .post-content nav, footer.post-footer, .featured-thumbnails-container .featured-thumbnail, a.custom-more-link, aside[role="complementary"], h3.widgettitle, #comments, .responsive-slides, body.blog .responsive-slides p, body.blog .responsive-slides .featured-article p span, textarea, select, input, button, input[type="reset"], input[type="submit"], input[type="button"], .widget_tag_cloud a, .wp_widget_tag_cloud a, .post-edit-link, a#cancel-comment-reply-link, .comment-edit-link, .index-footer p a, .page-links, .dk_container, #respond { font-family: Arial, Helvetica, sans-serif; } #site-title { color: #ffffff; font-size: 16px !important; } h1.heading, .responsive-slides h1 { font-family: Arial; font-size: 20px; } h4.tagline { font-family: Arial; font-size: 28px; } -
Please add this CSS at the end of your existing custom CSS:
input[type="submit"] { background: #0082c8; } -
- The topic ‘Follow button colour’ is closed to new replies.