Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #246085

    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

    #246627

    Looks like regular ol’ html tags work in the extra header space. no need to play with the CSS. All set.

    kelly

    #246654

    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

    #261871

    Hi I also tried this code in th equick css, but it doesnt work:
    http://interboedel.nl.testbyte.nl/

    #261876

    Hey!

    Please try following code instead

    .phone-info a {
    font-size: 16px;
    }

    Best regards,
    Yigit

    #336011

    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

    #336479

    Hi!

    Please use following code

    .phone-info { font-size: 14px; }
    #top .social_bookmarks li a { font-size: 16px; }

    Cheers!
    Yigit

    #336607

    Works fine, thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header Extra Elements (Phone Number/Extra Info) Size’ is closed to new replies.