need help to change color and font size of FOLLOW button
-
Please could anybody help with this?
1.the follow blog button : i need to change the color to red and to a larger size.
2.The gaps between header , menu and the widgets on left is too much that rest of it is not fully visible for visitors. Is it possible to reduce the space between the above?This blog is providing essential info for doctors in parts of the world where new info and evidences are not accessible. help is appreciated.
manoj
http://www.psychiatristupdate.wordpress.comThe blog I need help with is: (visible only to logged in users)
-
1.the follow blog button : i need to change the color to red and to a larger size.
I see you are using the following CSS to change the button color and font size:
#subscribe-blog input[type="submit"]{ background: red; font-size:20px }It really stands out. Nice work!
-
2.The gaps between header , menu and the widgets on left is too much that rest of it is not fully visible for visitors. Is it possible to reduce the space between the above?
To reduce the spacing between the header and the main menu as well as between the main menu and widgets and between the widgets themselves in the Ari theme, add this to your Appearance → Custom Design → CSS editor:
#masthead { margin-bottom: 0; } #subsidiary nav, #secondary aside { margin-bottom: 1em; }
- The topic ‘need help to change color and font size of FOLLOW button’ is closed to new replies.