Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1379758
    Sandie
    Participant

    Hi,

    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/ebk29p

    2. In widget 3 to the right, I want to add this: ”Payson</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
    /Sandra

    #1379824
    Thai
    Moderator

    Hi 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 🙂

    #1381056
    Sandie
    Participant

    Great, thanks!

    Is it possible to change the background color for the footer?

    Thanks!

    Best Regards
    /Sandra

    #1381130
    Thai
    Moderator

    Please 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 🙂

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