Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1295883
    Benjamin H
    Participant

    Hello,

    I am trying to get the tags moved from the bottom of this post to the top, under the social share button:

    http://www.lvbaptist.org/jenn/

    I’d also like to remove the gray background from behind the tags.

    Thanks!

    #1296022
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    (function($) {
       $('footer.entry-footer.cf').insertAfter('#x-section-1 .x-entry-share');
    })(jQuery);

    Then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    footer.entry-footer.cf {
        background: transparent !important;
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1296078
    Benjamin H
    Participant

    Worked great! Thanks so much!

    #1296133
    Friech
    Moderator

    Glad we could help, Cheers!

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