Tagged: ,

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

    Hi,

    I am trying to style the top bar (change height of bar and size of phone number text).
    Also, I’d like to increase the size of the text on the title bar.

    Could you proved the css on how to do these 2x things?

    Thanks!

    #609359

    Hey Emidi!

    To increase the phone number font size please add the below code in enfold > general styling > Quick css

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

    To add padding to the top header please use

    Feel free to change the values to suit your site.

    #header_meta {
        padding: 10px 0;
    }

    Regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    #609389

    Hi Vinay,

    Thank you for your response. I used the phone info css and that worked perfectly :)

    With the second one, I was actually trying to change the size of the font on the title bar, can you send me the css for that?

    Thanks!

    #609667

    Hi!

    Please use following code instead

    .main-title.entry-title {
        font-size: 20px!important;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customising Top Bar & Title Bar’ is closed to new replies.