-
AuthorPosts
-
October 2, 2015 at 4:32 pm #512898
Hi All – Trying to change the size of the fonts at the top right of our website for the phone number, blog, etc. We have the following code in the Quick CSS box. You can see the phone-info styling we tried to add. Also tried to add different variations of the phone styling per the forums, such as the ones below, but nothing seems to work. Can you help? Note, would also like to increase the size of the social icons on the top left too. In general, increase the size of the entire top line (icons and text).
.phone-info {
font-size: 14px;
}OR
.social_header .phone-info span{
font-size: 20px;
}—————————–
/* Below added on 1/10/14 to make the main body text larger. */
body, body p {
font-size: 17px;
}.main_menu ul:first-child > li > a {
font-size: 18px !important;
}.phone-info { font-size: 20px; }
#top .social_bookmarks li a { font-size: 20px; }October 2, 2015 at 5:05 pm #512913Hey Lead!
It looks like you already increased the font for the phone info and the icons. For the menu in the top right hand corner you can use this CSS.
#header_meta nav.sub_menu a { font-size: 14px !important; }
Cheers!
ElliottOctober 2, 2015 at 5:12 pm #512917Hi Elliott,
That doesn’t seem to work. Just to clarify, trying to increase the font size of this: https://www.dropbox.com/s/i7zavmsrmpq2p5l/headerfont.png?dl=0
We currently have the below in the Quick CSS, but it’s not working.
/* Below added on 1/10/14 to make the main body text larger. */
body, body p {
font-size: 17px;
}.main_menu ul:first-child > li > a {
font-size: 18px !important;
}.phone-info { font-size: 20px; }
#top .social_bookmarks li a { font-size: 20px; }#header_meta nav.sub_menu a {
font-size: 20px !important;
}- This reply was modified 9 years, 1 month ago by leadliaison.
October 2, 2015 at 5:48 pm #512939Hey!
You probably have a typo somewhere in your CSS then. Send us a WordPress login and we’ll take a look.
Best regards,
ElliottOctober 2, 2015 at 5:50 pm #512941Login in the private content box.
October 2, 2015 at 5:59 pm #512950Hi!
It’s probably from your caching plugin. I tried dumping it’s cache in the plugin settings and clearing my browser cache but it still wouldn’t pick up. You can see it’s working fine when you deactivate all plugins though.
Cheers!
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.