Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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; }

    #512913

    Hey 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!
    Elliott

    #512917

    Hi 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 8 years, 6 months ago by leadliaison.
    #512939

    Hey!

    You probably have a typo somewhere in your CSS then. Send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    #512941

    Login in the private content box.

    #512950

    Hi!

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.