Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1125518
    pjayd
    Participant

    Hi there – I have three footer widget areas, and within two of those widget areas, I want to create tables without borders and with center content.

    This is the live site (see footer): http://www.corporate.elviramaryvideographers.com/

    Attached is a screenshot of what I would like Footer 1 and Footer 3 widget areas to look like. I have been able to add html to create the table with the text and images for the 1st footer area, but I can’t seem to get rid of the borders or center the text and images.

    Your help would be greatly appreciated!!!

    Thanks.

    #1125724
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS

    table th, table td, .textwidget {
        text-align: center;
    }

    Hope that helps. 🙂

    #1128847
    pjayd
    Participant

    Yes that worked thank you! Is there a way to get rid of the borders around my table in the footer? And change the color of “Our Services” “weddings” and “corporate” all to white?

    Thanks!

    #1128905
    Rahul
    Moderator

    Hey there,

    Try this custom css :

    table th, table td {
        border-top: 0px;
    }

    Thanks

    #1128950
    pjayd
    Participant

    Perfect!! Worked great. Is there a way to change the color of the font in the footer alone?

    #1129088
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    footer.x-colophon.top .textwidget {
        color: #000 !important;
    }
    
    footer.x-colophon.top a {
        color: #000 !important;
    }

    Thanks.

    #1129102
    pjayd
    Participant

    Thank you!

    #1129173
    Joao
    Moderator

    You are welcome 🙂

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