Removing space above footer and font color change in footer

This topic has 7 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Stan Russell

  • Avatar: theconsultingfirm
    theconsultingfirm
    Participant
    January 23, 2016 at 15:14

    Hello I have 2 issues:

    1. There is a space above the footer that cant be removed. I zeroed out the space between the rows and the space on the static block and nothing seems to help.

    2. Where can I change the color of the pricing and the twitter feed name only in the footer on the site. I know the color is coming from the universal color of the site, but is there a custom css that I can use to make the text readable without changing from my clients company colors?

    I will attach an image showing the issue in the private section.

    Thanks again for the great support that you have given thus far with other questions. I really appreciate it.

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    January 24, 2016 at 09:30

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .page-content {
        margin-bottom: 0px;
    }

    To change color in footer use this css code:

    .footer-top .product_list_widget .amount {
        color: #000 !important;
    }
    .footer-top .twitter-list li a {
        color: #000 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: theconsultingfirm
    theconsultingfirm
    Participant
    January 24, 2016 at 10:14

    Thanks, Looks Terrific!

    Avatar: theconsultingfirm
    theconsultingfirm
    Participant
    January 24, 2016 at 10:20

    Hey I just looked at my contact page under my google map and am having the same issue. Do I have to place the code somewhere else or does something else need to be changed in the css. Thanks Eva! I really appreciate it.

    Avatar: Eva
    Eva Kemp
    Support staff
    January 24, 2016 at 12:25

    Hello,

    Please also add this css code:

    .ultimate-map-wrapper.ult-adjust-bottom-margin {
        margin-bottom: 0px;
    }

    Regards,
    Eva Kemp.

    Avatar: theconsultingfirm
    theconsultingfirm
    Participant
    January 24, 2016 at 12:39

    Perfect Thanks Eva!

    Avatar: stan
    Stan Russell
    Participant
    January 25, 2016 at 08:51

    Hello theconsultingfirm,

    you are welcome!

    Regards,
    Stan Russell.

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘removing space above footer and font color change in footer’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.