Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322443
    Marco
    Participant

    Hi,

    Is it possible to move the ‘copyright’ text below the menu-items?
    See screenshot.

    Thx in advanced!

    #1322451
    Marco
    Participant
    This reply has been marked as private.
    #1322567
    Thai
    Moderator

    Hi There,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery(".x-colophon-content").insertAfter(".x-colophon.bottom .x-nav");

    Hope it helps 🙂

    #1323577
    Marco
    Participant

    Hi Thai,

    This works perfect! Thx!

    Have a nice day!

    #1323692
    Thai
    Moderator

    If you need anything else please let us know.

    #1325598
    Marco
    Participant

    Hi,

    Is it possible to remove the icon before the post title?
    Thx!

    #1325698
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .entry-title:before {
        display: none;
    }

    Hope it helps 🙂

    #1325793
    Marco
    Participant

    Works. Thx! 🙂

    #1325892
    Thai
    Moderator

    You’re most welcome 🙂

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