How do I add pipe to menu bar ?
-
Can someone help me with the css code please to add a pipe | separator to by menu bar. Also how do I increase the font size on the menu bar but not my general text size?
I have the same question about increasing my HEADER font but not the titles in my blogs
My website is http://www.noellegoggin.comThanks in advance
NoelleThe blog I need help with is: (visible only to logged in users)
-
Hi Noelle,
WordPress.com support staff can help with some basic CSS questions like font size, but we’re not able to do more advanced site design with CSS. If you need, we have some tips for getting started with CSS here:
To get you started, I can give you some tips for increasing the font size in just the menu bar. First, I used the tips from the “How to Find Your Theme’s CSS” page to find the CSS that your theme is currently using for the font size in your menu bar:
.wf-active .main-navigation { font-size: 11px; }You can increase the font size by setting a larger size in that CSS. To add custom CSS, go to your My Sites page and click the Customize link under the blog’s title. In the Customizer, open the CSS section and in the CSS editor there, you can enter the following CSS:
.wf-active .main-navigation { font-size: 14px; }You can adjust that until you get the font size you’re looking for. :)
You can also get more guidance with CSS by searching or posting your questions in the CSS Customization forum here:
https://en.forums.wordpress.com/forum/css-customization
Please let me know if you have any questions about that!
- The topic ‘How do I add pipe to menu bar ?’ is closed to new replies.