Need header menu font larger
-
Any ideas?
The blog I need help with is: (visible only to logged in users)
-
This is the image is the space allowed for a header image on that Expound theme which I also use
The space at > Appearance > Header is:
Images should be at least 1020 pixels wide. Suggested width is 1020 pixels. Suggested height is 154 pixels. -
Do you want to purchase annually renewable custom and undertake CSS editing to increase the header image height?
Custom design – Frequently Asked Questions
http://en.support.wordpress.com/custom-design/#frequently-asked-questions
http://en.support.wordpress.com/custom-design/
http://en.support.wordpress.com/custom-design/editing-css/
http://en.support.wordpress.com/custom-design/custom-fonts/ -
-
-
Fantastic. Is there a way to change the font itself?
Also what is the most way to change to margin.
Can’t thank y’all enough.
-
Actually I figured the font out, but—
Is there a way to put a “separator” in the header menu?
-
Hi there, you can do something like the following, which puts a border line on the right of the menu items.
.main-small-navigation li, .navigation-main li { border-right: 1px solid #000000 !important; } -
-
Here’s an alternate (slightly more complex) solution just for fun. :)
.navigation-main ul > li a:before { content: " | "; padding-right: 1.7em; } .navigation-main ul > li:first-child a:before, .navigation-main ul > li.current-menu-item a:before, .navigation-main ul > li.current-menu-item + li a:before { content: ""; padding-right: 0; } .navigation-main { text-align: center; } .navigation-main ul { display: inline-block; margin-bottom: -5px; }
- The topic ‘Need header menu font larger’ is closed to new replies.