Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1296480
    Melissa437
    Participant

    Hi,

    I just moved my theme from ethos to integrity and everything is fine except for the footer as all the spacing has gone wrong and it’s cutting off the top of the logo and i’ve lost the telephone number and email address. I also wanted both the mobile and email address to be hyperlinks..

    Here is my website: https://dolcelussocakes.mystagingwebsite.com

    Here is the code in the footer style section:

    logo
    <p>07770 754174 logo [email protected]</p>

    Could you please look into this and let me know what needs to be changed to make this all sync:)

    Thanking you,

    Melissa

    #1296497
    Thai
    Moderator

    Hi Melissa,

    Please try adding the following CSS:

    .x-colophon.bottom {
        padding: 20px 0;
    }
    .x-colophon.bottom .x-colophon-content,
    .x-colophon.bottom .x-colophon-content a,
    .x-colophon.bottom .x-social-global a,
    .x-colophon.bottom .x-nav li a {
        color: rgb(191,147,118)
    }

    Hope it helps 🙂

    #1296502
    Melissa437
    Participant

    That’s FAB., thank you… But i still need the telephone number and email to be hyperlinked – and is it possible that terms and conditions isn’t underlined?
    Thanks so much:)

    #1296512
    Thai
    Moderator

    Hi There,

    Please update the previous CSS to this:

    .x-colophon.bottom {
        padding: 20px 0;
    }
    .x-colophon.bottom .x-colophon-content,
    .x-colophon.bottom .x-colophon-content a,
    .x-colophon.bottom .x-social-global a,
    .x-colophon.bottom .x-nav li a {
        color: rgb(191,147,118);
        text-decoration: none;
    }

    And the footer content to this:

    <img class="footer-logo mbm" style="width: 100px;" src="https://dolcelussocakes.mystagingwebsite.com/wp-content/uploads/2016/12/DLC_Tiers_blue-AW.png" alt="logo" title="logo" />
    <p><a href="tel:+07770754174">07770 754174</a> <img class="footer-logo mbm" style="width: 15px;" src="https://dolcelussocakes.mystagingwebsite.com/wp-content/uploads/2016/12/blue_heart_20.png" alt="logo" title="logo" /> <a href="mailto:[email protected]">[email protected]</a></p>

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1296480 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>