Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Bob Jones

    (@interwebiltd)

    Hi,

    That worked perfectly, thank you very much.

    Welcome. ??

    So, what was the solution to this? I have the same problem here.
    Thanks.

    Hello,

    @mike:

    Can you please share link to your site so that I can take a look into it?

    Seems my above reply was removed.

    Thank you.

    Well, the site is under construction now, tell me at what time you’d like to look at it and I’ll open it for you. It is https://www.txtplon.com Thanks.

    I also had the flicker and Twitter and other picture boxes on the footer, there was no easy way to delete them, so I just took them out of the footer CSS. But somehow I can’t find the reference to the blue band at the bottom. Thanks again.

    @jitendra

    Please send me an email to [email redacted] so I can do whatever you need. The only thing is, tomorrow, Friday, I will be out of town. I’ll be back by Saturday. Thank you very much.

    Hello,

    The WordPress forum has a restriction about sharing contact details.
    You can try this in your Custom CSSS for achieving that:

    .enigma_footer_widget_area {
        padding: 0;
    }
    .enigma_footer_widget_area .col-md-3 {
        display: none;
    }
    .enigma_callout_shadow {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    And for removing the social buttons from the footer you need to try this in your Custom CSS:

    .enigma_footer_social_div {
        display: none;
    }

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Dark Blue Band in Footer’ is closed to new replies.