Tagged: x
-
AuthorPosts
-
December 17, 2016 at 4:17 am #1296480
Melissa437ParticipantHi,
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:

<p>07770 754174
[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
December 17, 2016 at 4:45 am #1296497
ThaiModeratorHi 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 🙂
December 17, 2016 at 4:58 am #1296502
Melissa437ParticipantThat’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:)December 17, 2016 at 5:28 am #1296512
ThaiModeratorHi 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 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1296480 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
