Topic Resolution: Resolved
  • Closed
  • Jeremy Luban
    Spectator
    August 18, 2016 at 11:03 pm #29863

    Is there a way to decrease the thickness of the footer in Evolve?
    For example, at http://www.lubanlab.org, the footer is a black bar. I would like to make it thinner, sort of like the black bar across the top of the header.
    Thanks
    Jeremy

    Denzel Chia
    Moderator
    Posts: 2656
    August 19, 2016 at 2:38 am #29868

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .footer {
    padding: 0 !important;
    }
    .footer-widgets {
    display: none !important;
    }
    .container-footer {
    position: relative;
    top: -5px;
    }

    Please note that the above mentioned code, hides your footer widget area permanently.
    Which means if you use a footer widget it will not show up.
    Please kindly keep this in mind.

    Thank you.

    Jeremy Luban
    Spectator
    Posts: 20
    August 19, 2016 at 4:39 am #29869

    That worked perfectly!!!!
    Thank you,
    Jeremy

    Denzel Chia
    Moderator
    Posts: 2656
    August 19, 2016 at 7:07 am #29872

    You are welcome!
    Thank you