hi guys. the footer font is rather small.
any way how i can make the font size bigger of all the letters in the footer?
THX guys!
hi guys. the footer font is rather small.
any way how i can make the font size bigger of all the letters in the footer?
THX guys!
Hi bevlogenverf,
The footer font is the same as the body font by default (13px). Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#footer p {
font-size: 13px;
}
You can adjust the size there but most other widgets have their own font size specified in their css (titles of posts etc).
Regards,
Devin
Okay, thx. yeah that didnt work too great. i guess if have to css code the menu and the blog posts and stuff right?
Hi,
To give you a better css solution, can you give us a link and a screenshot on the area you want to change?
Regards,
Ismael
Hi, I have a mini menu in the footer in the bottem of the page. i would like those letters to be bigger: http://bevlogenverf.nl/webshop/
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#footer .widget_nav_menu li a {
font-size: 12px;
}perfect. works like a charm. any way how i can centralize the menu description?
Hi!
Add following code to css/custom.css:
#top .mega_menu_title {
text-align: center;
}
Best regards,
Peter
mmmmmm wont work. the menu name is mini_menu
should the css code be this?
#top .mini_menu {
text-align: center;
}
Hi,
Please use Dude's css, there is no mini menu in the code. What you call your menus in the admin area is independent of how they are called in the code.
Was your last request about the footer menu or the main menu?
Thanks,
Nick
the last request is about the footer menu. the one there. i want that one in the footer centered :) thanks NICK!
I tried this:
#footer .widget_nav_menu li a {
text-align: center;
}
And it worked :D!
THX peeps
O wait. And the menu in the footer. it has a name as a menu. in this case Bevlogenverf Diensten, can i center that one aswell? or ll 3 of the names of the footer menus?
Hi bevlogenverf,
Try to add this code:
.widget_nav_menu h3.widgettitle {
text-align: center;
}
Regards,
Ismael
LOOKS AMAZING. thx bro
Hey,
Yeh man, looks dope! You pimped it out like a straight up O,G, I feel that. I save url for a portfolio of sites done with theme when it launches.
Thanks,
Nick
:D COOL
thats a great compliment NICK
its launched but not perfect yet. but launched
This topic has been closed to new replies.