Tagged: Header options
Phone Number or small info text
– I’d like to be able to control the font, size and style of the phone number at the top of the header on the right. In doing so, I may have to increae the depth of the DIV in there. Also, how do I increase the depth of the header to get a larger logo on the left ?
Many thanks – good theme so far…
Hey SolingLover!
You can add this on your custom.css or Quick CSS to adjust the size of the header meta and phone number.
.social_header .phone-info span {
font-size: 20px;
height: 40px;
}
#top .social_bookmarks {
height: 40px;
}
Regards,
Ismael
Many thanks, Ismael !
:-)