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

    Hi, i want to modify the font size of the bar that is on top of all (where there is the “info: number” and the social logos)
    On Enfold > advanced style there is only the way to modify the color and the font type but not the size.
    I’ve modify the font size of the soket with

    #socket { font-size: 15px }

    but i don’t know how to modify the other bar

    I made an image to explain better (i’m italian, sorry for my bad english) http://oi64.tinypic.com/2mguqde.jpg

    Thank you!

    #984460

    Hey Luca,

    Thank you for using Enfold.

    This css code should increase the font size of the top bar or header meta elements.

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

    Best regards,
    Ismael

    #986018

    it doesn’t work, i think for a writing mistake, i removed the “a” after meta and it works excellent. thank you!

    #top #header_meta, #top #header_meta li, #top #header_meta .phone-info {
        font-size: 16px;
    }
    #986207

    Hi,

    Great! Glad that you figure it out. :)

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify font size’ is closed to new replies.