Demo Import issue

  • Posted in : Podcasty
  • tabhour
    Participant

    Hi,

    After demo import, colors changed to blue, and spotify, apple, etc. buttons are not inline.

    I was hoping the import will be smooth, but is not, and do not know why the colors will change. I need this to be fixed asap.

    Thanks,
    Alen

    tabhour
    Participant

    I also miss the two layouts:
    – Home – Overlay
    – Home – Overlay ALT

    Mehmet S.
    Keymaster

    Hi Alen,

    Thanks for providing the access.

    I’ve fixed the color issue, and your site styles are now displaying correctly.

    Please check and confirm on your side as well.

    Regarding the missing layouts (Home – Overlay and Home – Overlay ALT), I’ve forwarded your message to our support specialist to check this further. They will review it in detail and get back to you shortly in this thread.

    Thanks for your patience and understanding!

    Best,
    Mehmet

    tabhour
    Participant

    Thanks. How will i edit the footer and header of the site? I need detailed instructions.

    serkan
    Moderator

    Hello, thank you for your message! 👋

    You can customize both the header and footer areas of your site using the theme’s built-in options and WordPress widgets.
    Here’s how to do it step by step:

    🧭 To edit the Header:

    Go to Dashboard → Appearance → Customize → Site Identity

    Here you can change your logo, site title, and favicon.

    Then go to Appearance → Menus

    You can edit or create your main header menu and assign it to the Header Menu location.

    If you want deeper customization (for example, adding custom sections or a hero header), you can design it using Elementor, by editing the page directly.

    ⚓ To edit the Footer:

    Go to Dashboard → Appearance → Widgets

    You’ll see widget areas like Footer 1, Footer 2, Footer 3, and Footer 4

    Drag and drop any widgets you’d like — such as:

    Text

    Custom HTML

    Social icons

    Navigation menus

    Once saved, they will appear instantly in the footer of your site.

    If you want a completely custom footer design (for example, a single wide section with Elementor elements), you can also create a new footer template with Elementor and assign it using a custom layout plugin.

    Would you like me to show you exactly which widgets are used in the demo footer so you can replicate it?

    Best regards,
    Serkan

    tabhour
    Participant

    This is not good. You need to have the header and footer edit options in the setting in the telementor, like every other theme. I have to buy subscription to do that, why should i do that. That is terrible. I need to edit the current footer in the theme “©2024 THE LAUGH FACTORY”. Tell me how to get to it to edit it. Your theme is terrible, the way is setup.

    tabhour
    Participant

    I figured it out, but i need to change the font style and format. How to do that? Give me a CSS code if needed i can use.

    serkan
    Moderator

    Hi Alen,
    I’m glad you were able to locate the footer area — great!
    If you want to change the font style, size, spacing or format of the footer text (the “©2024 THE LAUGH FACTORY” line), you can do that easily with a small CSS snippet.

    Here is a clean and safe example you can use:

    /* Footer text size */
    .site-info p {
        font-size: 12px;
        line-height: 1.6;
    }
    
    /* Footer text color */
    .site-info p {
        color: #ffffff;
    }
    
    /* Footer text font family */
    .site-info p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

    You can paste this here:

    Dashboard → Appearance → Customize → Additional CSS

    If you’d like something more specific (different font, different spacing, making it bold, centered, etc.), just tell me exactly how you want it to look and I’ll write the CSS for you.
    Best regards,
    Serkan

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register