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 Strange Menu issue

Discussion in 'Free Divi Community Forum' started by Peace, Mar 9, 2019.

  1. David Thomas

    David Thomas New Member

    I had the mysterious "3" instead of the drop-down symbol. It seems to be a font interpretation bug. Here is how I fixed it on my site:
    1. In the WordPress Dashboard, I selected Divi >Theme Customizer
    2. I selected Header and Navigation > Primary Menu Bar
    3. I changed the FONT from "Default Theme Font" to "Arial"
    This seemed to have fixed the problem. Then I want back and changed it back to "Default Theme Font" and it stayed fixed.

    Go Figure
     
    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Beautifully crafted Divi layout packs for you to kick start your Divi sites:View Demo
  2. Beaugas

    Beaugas New Member

    Thank you so much. I faced the same issue on my translate website that has another domain name. I've tried so many solutions in vain. But when I've added this code in .htaccess file IT WORDKED FOR ME. Thanks again!
     
  3. Oscarius

    Oscarius New Member

    I found every single css style, and put it in customize css

    for slideshow, as text symbols

    .et-db #et-boc .et-l .et-pb-arrow-next:before {
    content: "▶"!important;
    font-size:30px;
    }
    .et-db #et-boc .et-l .et-pb-arrow-prev:before {
    content: "◀";
    font-size:30px;
    }
     
    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
  4. Daphne Talbot

    Daphne Talbot New Member
    Pro Member

    Awesome solution! I used the go live plugin and it worked like a charm! thank you!!!!!