1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, 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 How do I change placeholder text that is tied to the Menu search Icon?

Discussion in 'Free Divi Community Forum' started by Chris Axon, Jan 23, 2023.

  1. Chris Axon

    Chris Axon New Member

    When adding a MENU module, in the contents tab you can add elements such as a search icon, shopping cart icon and cart quantity. I have added all of these. When using the Search Icon, there is a flip-down animation where the menu disappears, revealing a generic "Search..." placeholder input field. I would like to change this. I am looking for a css snippet. I found a snippet to change the color of the font, I just need something to change the placeholder. Any help would be greatly appreciated.

    Here is the snippet for the the color. If I can add anything else to change the text, let me know. I am pretty new to this:

    .et_pb_menu__search input: placeholder,
    .et_pb_fullwidth_menu .et_pb_menu__search-input,
    .et_pb_menu .et_pb_menu__search-input {
    color: #e09900; /* gold */
    }
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom footer designs for you to choose from:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try the below code in WP Admin > Divi > Theme Options > Integration > Body Code:
    Code:
    Log In or Sign Up to view this code.
     
  3. Chris Axon

    Chris Axon New Member

    This works perfectly. Thank you!
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom footer designs for you to choose from:View Demo