CSS for follow widget in patch theme
-
hello, I need help with CSS modification on this page:
http://thegraciousmind.com/about/
the follow box widget is on the left sidebar, but the text on the button can’t be read. how can I change the text color on the button to white?
thank you!!!
The blog I need help with is: (visible only to logged in users)
-
Hi, girlonpiano!
You can do that witha little bit of css magic :) Add this piece of code in your customize css area:
.widget_blog_subscription input[type="submit"] { color: rgb(255, 255, 255); }I hope this helps you. Let me know if you have any further questions.
-
-
- The topic ‘CSS for follow widget in patch theme’ is closed to new replies.