How do I modify font-size of menu & footer?
-
Hi antecessor:
I try to modify font-size of my website’s menu & footer,
and I use the CSS code as:
.menu{
font-size:Xem;
}
p.s. the “X” is size.But the code only modify the margin of menu-font,
it isn’t modify the size of menu-font.Please someone help me to right coding,
for modify the font of my wbsites’ menu & footer.THANK YOU SO MUCH.
The blog I need help with is: (visible only to logged in users)
-
Hi there, I used the web inspector built into my browser to find the relevant CSS. If you are not familiar with the web inspector in your browser, take a look at our support page on How to Find Your Theme’s CSS where you will find some brief screencasts to get you started with it. I find it an invaluable tool when working with CSS.
The font size for the menu is set in the following CSS rule. Adjust the 0.923rem value as desired.
.main-navigation a { font-size: 0.923rem; } -
THANK YOU SO MUCH for teasacredath.
I understand what you mean, and how to find the command of CSS code,
After, I just knew how to open the web inspector,
but, don’t understand how to use it, and to find the command of code,
Thank you for your teaching,
now, I can try to learning the mean of CSS command by myself
(I try to find the command of footer-menu’s font-size, and modify it, that’s so exciting!!).This Website is my first time to building,
when I have some problem,
You usually give me effective solution to me.
Your help always solve my problem,
and they are very good teach for me.
Thank and Love You SO Much (^_^). -
- The topic ‘How do I modify font-size of menu & footer?’ is closed to new replies.