Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1030393
    x_theme_fan
    Participant

    How can I create a two column footer? If it requires CSS can you help me with it? I want my site: http://www.usnigeriacouncil.org to have a footer like this site: http://www.thepolicy.club/page/2/

    #1030460
    Rahul
    Moderator

    Hey There,

    You can enable footer widgets with 2 colums from customizer > footer settings and then add widgets as needed.

    Once that is done, you can hide the current footer permanently. This would be the easiest way to achive the desired result.

    Hope that helps.

    #1032027
    x_theme_fan
    Participant

    Thank you!

    #1032086
    Rahul
    Moderator

    You are welcome!

    #1032128
    x_theme_fan
    Participant

    I have been able to create a two column footer but have trouble with the color of the menu widget. I can’t figure out the CSS class to alter the background of hte bottom part of the widget! See image attached.

    #1032515
    x_theme_fan
    Participant

    Can you help with this?

    #1032548
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .x-colophon .widget ul li {
    background-color: transparent;
    }
    .widget_categories ul>li, .widget_product_categories ul>li, .widget_nav_menu ul>li, .widget_pages ul>li {
    border: none;
    }
    .widget_categories ul, .widget_product_categories ul, .widget_nav_menu ul, .widget_pages ul {
    border: none;
    }

    Hope that helps,

    Joao

    #1032662
    x_theme_fan
    Participant

    Awesome! That helps!! Thanks.

    #1033240
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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