Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #658156

    Hello,
    I have read many threads where others wanted to adjust the font size of this sub menu that holds a phone number and social icons at the very top above the main menu and logo.. I have tried every code that has been offered, that I could find, and nothing adjusts the font size and depth of that bar. It is just too tiny to see and I’d like my phone number to stand out.

    I found the adjustments for color, etc, but not font size or spacing. Please assist in a code that I can alter the font size and the depth of that bar. Of course, I would like to enter my address there as well, but not sure if possible

    Thank you!
    Becky

    #658381

    Hi Becky,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .phone-info span {
    font-size: 18px !important;
    }

    Regards,
    Rikard

    #660421

    Thank you Rikard,
    That took care of it! Are there any other size adjustments I can make, like adding space between the entries?

    I’d like to move the phone and address to the left margin and have social icons on the right, or at least add space between them in some manner.

    Sincerely,
    Becky

    #660771

    Hi Becky,

    Try this as well:

    .phone-info {
    float:left !important;
    }

    Best regards,
    Rikard

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