Hello – I was wondering if there is a way to increase the font size of the phone #/extra info on the header extra elements? I don’t want anything too drastic but possibly a couple font sizes larger.
http://ezebreeze.clearviewsunroom.com/
Thanks,
Kelly
Looks like regular ol’ html tags work in the extra header space. no need to play with the CSS. All set.
kelly
Hi!
Glad you figured it out! You can also use following code in Quick CSS in Enfold theme options under Styling tab
.av_phone_active_right.av_secondary_right .phone-info.with_nav span { font-size: 16px; }
Cheers!
Yigit
Hi I also tried this code in th equick css, but it doesnt work:
http://interboedel.nl.testbyte.nl/
Hey!
Please try following code instead
.phone-info a {
font-size: 16px;
}
Best regards,
Yigit
Hi there,
Did something change with the theme? Neither of the above code seems to work for me. SIte: http://asz-gaz.hu
PS.:Also is it possible to enlarge the whole extra header space, social icons and all?
Thanks,
Mate
Hi!
Please use following code
.phone-info { font-size: 14px; }
#top .social_bookmarks li a { font-size: 16px; }
Cheers!
Yigit
Works fine, thanks!