1. 8th Anniversary Sale Get 88% OFF Lifetime Pro Membership & access all 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.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.
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Divi Fullwidth Header Button Title Attribute

Discussion in 'Free Divi Community Forum' started by Daphne Talbot, Jul 10, 2024.

  1. Daphne Talbot

    Daphne Talbot New Member
    Pro Member

    Hi,

    I've searched the web without success. Does anyone know how to add a title attribute for the buttons in the full-width header module?

    Thanks!
     
    1. PRO MEMBER PERKS Divi Ultimate Footer Plugin - Custom global Divi footer (20 premade styles) + Revealing footer effect:Learn More
  2. Daphne Talbot

    Daphne Talbot New Member
    Pro Member

    Never mind, found a solution :)

    <script>
    (function($){ $(document).ready(function() {
    $('.et_pb_button').each(function() {
    $(this).attr('title', $(this).html());
    });
    });})(jQuery);
    </script>