Is there any way to increase the size of the Social icons in the Top Header? Also, can the search icon or box appear in the top header, somehow?
Hey Michael,
For the social icon size, try adding this css code in Quick CSS (located in Enfold > General Styling):
#header .social_bookmarks a {
font-size: 18px;
}
Just adjust the font size value.
As for the search icon, try adding this in Quick CSS:
#header_main {
z-index: 10;
}
#top #menu-item-search a {
height: 40px !important;
line-height: 40px !important;
}
#top #menu-item-search {
top: -35px;
right: 90px;
}
Just adjust the top and right values as you see fit. Hope this helps :)
Best regards,
Nikko