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

    Ahoy –

    How do I change the background color of the bar when it is in the transparent header?

    How do I change the text/icon color of the bar when it is in the transparent header?

    How do I change the background color of the bar when it is in the normal (scroll down) header?

    How do I change the text/icon color of the bar when it is in the normal (scroll down) header?

    How do I change the font size of the phone number for both?

    #573419

    Hey mcraig77!

    You can style the menu in Dashboard > Enfold > Advanced Styling.

    Use this CSS to style it when scrolling down the page.

    .header-scrolled a.avia-menu-text {  }
    .header-scrolled a:hover .avia-menu-text {  }
    

    Use this CSS for the phone number.

    .phone-info span { font-size: 14px !important; color: white !important; }
    

    Regards,
    Elliott

    #573470

    Cool!

    Is there a way to give the background color before i scroll down?

    any way I can increase the size of the phone icon?

    #574185

    Hey!

    To give background color to header before scroll

    Add this to Enfold > General Styling > Quick CSS

    
    #header {
        background: rgba(0, 0, 0, 0.8);
    }
    

    If you increase the icon size the font size of the numbers also increase but try this CSS

    
    .phone-info  .av-icon-char {
    font-size 30px!important;
    }
    

    Regards,
    Vinay

    #574238

    Hmmm… the phone icon doesn’t seem to be increasing…

    #575532

    Hi,

    I’m getting a 404 error on the link and the icon is not showing?

    Regards,
    Rikard

    #575552

    Sorry here is the site

    #575896

    Hey!

    I changed

    .phone-info span { font-size: 13px !important; color: white !important; }

    into following one

    .phone-info span { font-size: 13px; color: white !important; }

    Please review your website now

    Best regards,
    Yigit

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