• How can i remove last section? Where i should Footer Widget Area. So it looks like a 4 columns section. I don’t need it.

    Tehe is solution to move section With Call button on top? or last section on top ?

    Thanks a lot ??

Viewing 1 replies (of 1 total)
  • Hi,

    Go to dashboard admin panel >> Appearance menu >> Theme options >> general option >> Custom CSS.

    Now write below CSS rules into custom CSS box:

    .enigma_footer_widget_area{
    display: none;
    }

    Save the changes.

    Now for the second issue create a “Child-Theme” first.

    After it create a “home-blog.php” and “home-callout.php” file into

    your “Child-Theme” directory.

    After it copy the code from this LINK and paste into “home-blog.php”

    file.

    Similarly copy the code from this LINK and paste into

    “home-callout.php”
    file.

    Now create a “front-page.php” file into your “Child-Theme” directory.

    Copy the code this link and paste into “front-page.php” file of your

    “Child-Theme” directory.

    Save all the changes.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Home Page section Footer’ is closed to new replies.