Tagged: x
-
AuthorPosts
-
February 21, 2017 at 7:47 am #1379758
SandieParticipantHi,
I am about to make a footer for my site and I need your assistance.
I have 3 columns.
1. Menu – How do I remove the boxes around the menu?
http://prntscr.com/ebk29p2. In widget 3 to the right, I want to add this:
</img>What widget should I use for that?
3. How can I make everything in the footer to be of smaller font size?
URL: https://youpheal.com
Thanks!
Best Regards
/SandraFebruary 21, 2017 at 8:35 am #1379824
ThaiModeratorHi There,
Please add the following CSS:
.widget ul, .widget ol, .widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a { border: none; } .widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a, .x-colophon.top .textwidget { font-size: 14px; }After that add the following code to text widget:
<a href="https://www.payson.se"><img src="https://www.payson.se/sites/all/files/images/external/Payson_logo_checkout_faktura.png" /></a>Hope it helps 🙂
February 22, 2017 at 3:32 am #1381056
SandieParticipantGreat, thanks!
Is it possible to change the background color for the footer?
Thanks!
Best Regards
/SandraFebruary 22, 2017 at 4:37 am #1381130
ThaiModeratorPlease update the previous CSS to this:
footer.x-colophon.top { background: #f0f0f0; } .widget ul, .widget ol, .widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a { border: none; box-shadow: none; } .widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a, .x-colophon.top .textwidget { font-size: 14px; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1379758 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
</img>