Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008054
    peterok
    Participant
    This reply has been marked as private.
    #1008374
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-colophon.top {
        box-shadow: none;
        border-top: 0;
    }
    
    footer.x-colophon.bottom {
        border: none;
        box-shadow: none;
    }

    Hope this helps – thanks!

    #1008699
    peterok
    Participant

    Alright, now i realise that there is a drop shadow of some sort in the footer text. I would like the test to be black and stuff, i just have to edit the html text right?

    #1008771
    Thai
    Moderator

    Hi There,

    You just need to add the following CSS:

    footer.x-colophon.top .textwidget,
    footer.x-colophon.top .textwidget a {
        text-shadow: none;
        color: #000;
    }

    Regards!

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