Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #703527

    Hello I’m trying to change the following in the top header:

    Larger phone number in header
    Keep it all black text (including link) on trans
    Keep it all theme green text (including link) on white bar on scroll

    #703552

    Hey zebravision,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .phone-info, .phone-info a {
        font-size: 15px;
        color: black !important;
    }
    
    .header-scrolled .phone-info, .header-scrolled .phone-info a {
        color: #2abb9e !important;
    }
    

    Best regards,
    Jordan

    #703556

    That works but I’m getting a light grey bar behind the number when I scroll down, I just want the background white on scroll?

    Also last question, how can I apply the phone number to the top of the burger menu on mobile also? Thanks !! :-)

    #703565

    Hi,

    Try adding this code as well:

    #header_meta {
    background-color: white !important;
    }

    I’m already seeing the number being displayed on the mobile version.

    Best regards,
    Jordan

    #703575

    How can I add 2px above my logo in the header? and on mobile I’m getting a really large white space below the phone number….

    #703668

    Hi,

    We have added the below code to Enfold > General Styling > Quick CSS at the bottom

    /* Logo in mobile*/
    @media only screen and (max-width: 767px){
    .responsive #top .logo {
        height: 0px !important;
       padding:2px 0;
    }}

    Please adjust the height value for the logo to suit your design needs.

    Best regards,
    Vinay

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