1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Background Sticky header

Discussion in 'Free Divi Community Forum' started by nbietti, Apr 26, 2020.

  1. nbietti

    nbietti Member

    Hi there, check please: https://www.girodolares.cl/

    I need change the color of menu when I do scroll.
    I put this but doesn`t works

    .et-fixed-header#main-header .container a {
    background-color: #000!important;
    }

    Any ideas? thanks
     
    1. PRO MEMBER PERKS Divi Block Pro - Easy-to-use drag & drop interface to mix & match 456+ premade Divi blocks & export as json file:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Supposedly the below will work:

    .et-fixed-header#main-header {
    background-color: #000!important;
    }

    But it seems like your site did not inject the et-fixed-header CSS Class. You might want to try to disable your cache plugin & see if it works.