Customise Follow blog widget
-
Hi,
I would like to have a red line around the white box where you supposed to leave you e-mail address. Right now, you can’t really see the white boxOr if this is not possible I would like to have “Enter your e-mail address” in the white box (same as the floating follow box in the bottom corner).
How can I achieve this?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Here is an example that will add a solid red 2px border around input fields in the Follow Blog Widget form:
#subscribe-blog input[type="text"] { border: 2px solid red; }Add it to your Appearance > Customize > CSS editor.
-
-
- The topic ‘Customise Follow blog widget’ is closed to new replies.