Customize header text
-
How to customize header text
The blog I need help with is: (visible only to logged in users)
-
Once you purchase the Custom Design upgrade to get started with editing your blog’s appearance go to Appearance -> Custom Design in your blog’s dashboard. http://en.support.wordpress.com/editing-css/
-
You need to tell us what you actually want to do with the header text. I can let my imagination run wild and turn it an obnoxious fluorescent green with a fluorescent pink background color.
-
what do you write to change the search box color header
how do you change the search box location in the header
i changed the color of my header from white to gray and now the menu text seems too close to the top. is there a way to shift this location?
-
This will let you change the font, border and background color.
.widget_search input[type="text"] { background-color: #CC0000; border: 1px solid #DEDFE0; color: #F5F5F5; }What is required to move the search widget all depends on where you want to move it.
Add some top margin to the three widget areas with this. Adjust the 15px value as desired.
#header-left, #header-center, #header-right { margin-top: 15px; }
- The topic ‘Customize header text’ is closed to new replies.