Hi – I have some questions about the Header with Social Icons and bottom:
1) How do I re-order menu items?
2) How do I add/remove menu items?
3) How do I increase the size of social icons?
4) How do I increase the container where the logo is (my logo is 369 x 149 pixels)
Thanks.
Hi!
You can edit your menu (1-2) in Appearance > Menu.
For 3-4, please provide us with a link to your website.
Best regards,
Josue
Appearance > Menus is how I’m used to editing WordPress menu’s but I don’t see any menus in there to edit. Screenshot: http://hfadm.org/menu.png
Here’s the site – http://hfadm.org/fnfp/
Thanks.
Hey!
That’s expected, as there is no Menu, a fallback Menu is being called. You need to create a new Menu and assign it as the primary Menu in Menu locations.
Add these codes in the Quick CSS for 3 and 4:
.social_bookmarks a {
font-size: 20px !important;
}
.logo img {
height: 100% !important;
}
.bottom_nav_header.social_header #header_main .container {
height: 149px !important;
}
Cheers!
Josue