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

Custom global footer but theme header.

Discussion in 'Free Divi Community Forum' started by karavidas, Jan 5, 2025.

  1. karavidas

    karavidas New Member

    Hey guys! As the title suggests, I want to use a custom global footer, which I build in divi -> theme builder.
    At the same time, I have built my header in Astra theme header, and it is perfect for my needs, so I don't want to change it. Is there a way to use the divi footer but the theme header? thanks in advance!
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Industrial' Divi layout for all Pro members:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    I see you're using Divi plugin on a different theme. I'm not sure whether the Divi Theme Builder will work as expected for your case.

    You may try to just create a Global Footer in Divi Theme Builder & save it & see if it works. If not, your best bet is to stick with your current theme footer.

    upload_2025-1-7_17-31-51.png
     
  3. karavidas

    karavidas New Member

    I thought it might be an option to create a custom footer but not touch the header. As soon as I enable this option for the page, it modifies both.
    I find divi theme a bit "heavier" or something, so at this time I ve tried astra.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade slide in bar design for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    If you really need just a Divi Builder global footer for your Astra theme, you need to use PHP to inject the footer design.

    First, go to Divi > Divi Library & create a new layout for your footer design.

    Next, you need to have a child theme for your Astra theme.

    In your child theme functions.php file, add the below:
    **Replace xxxxxx with your Divi Library footer layout ID.
    Code:
    Log In or Sign Up to view this code.
    And it should then replace the footer globally for your Astra theme.

    But you may need to disable the Divi static css file option & performance option to make it display properly.