Follow button
-
Is there a css code to change the look of the follow blog button? I don’t like the preset widget and I know we can’t use plugins on wordpress.com.
Thank you,
Ivan
The blog I need help with is: (visible only to logged in users)
-
You can change the look of the button, depending on what you want to do. Here are some options you could add to your CSS to change the look of the button.
input[type=”submit”] {
background-color: #ffffff;
border-radius: 3px;
color: #000000;
font-weight: bold;
}Hope this helps, let me know if you have any questions
- The topic ‘Follow button’ is closed to new replies.