Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1344564

    Hi,

    I was building a web with the transparent header. I would like change the white color header when scroll to a gradient color.
    Could you help me?

    Thanks advance!

    Antonio.

    #1344589

    Hi Antonio,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and change “blue” and “green” to hex value of desired colors

    
    .header_color .header_bg {
      background: linear-gradient(blue, green);
    }
    

    Regards,
    Yigit

    #1344597

    Hi Yigit!

    Works perfectly!
    There are a white line around de header. It’s posible to remove?
    Many thanks!

    Antonio

    #1344623

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_main {
        border-bottom-width: 0;
    }
    
    .container_wrap {
        border-top-width: 0;
    }

    Best regards,
    Rikard

    #1344624

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_main {
        border-bottom-width: 0;
    }
    
    .container_wrap {
        border-top-width: 0;
    }

    Best regards,
    Rikard

    #1344630

    Great! Many thanks!

    #1344678

    Hi 95mc,

    We’re glad that Rikard could help you :)
    Just let us know if you still need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #1344746

    Hi Nikko,

    Yes yo can close.
    Thanks everybody!
    BR

    Antonio

    #1344757

    Hi Antonio,

    Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Gradient color in the header’ is closed to new replies.