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

Solved Menu bar not showing correct color in Microsoft edge

Discussion in 'Basic Support Forum' started by hornsea, Sep 12, 2019.

  1. hornsea

    hornsea New Member
    Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Hi there
    on mccautocentrehull.co.uk the menu bar shows red in chrome - which is correct but shows white in edge - which is not correct - how can i fix this? I am using header style 6 and this is my css in the before section

    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 2000px;
    left: -318px;
    height: 100%;
    background: linear-gradient(135deg,rgba(0,0,0,0) 15%,rgb(0,0,0,0) 15%,rgb(0,0,0,0) 15.5%,#FE0000 0%);
    z-index: -1;
     
    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Replace the default archive "Older Entries" with beautiful pagination:Learn More
  2. Divi Powerful

    Divi Powerful Administrator
    Staff Member

    Change this:
    background: linear-gradient(135deg,rgba(0,0,0,0) 15%,rgb(0,0,0,0) 15%,rgb(0,0,0,0) 15.5%,#FE0000 0%);

    Into this:
    background: linear-gradient(135deg,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 15.5%,#FE0000 0%);