Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233206
    Sitegemz
    Participant

    I’m trying to remove the backslash “/” from the footer menu in favor of the “|” that I added with CSS

    Halydean.info

    I’d also like to add the Logo to the footer instead of a picture in cornerstone the way that I have it now so that it will be easy to add new pages without messing with the logo etc. Thanks for all your help!

    #1233347
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-colophon.bottom .x-nav li::before {
      display: none;
    }

    I am not sure about the other issue. Would you clarify a bit?

    Cheers!

    #1233455
    Sitegemz
    Participant

    that css worked great!!! Thanks! but I’d like to get rid of the “|” on the right of last item in the menu so it’s uniform from end to end.

    Also as it stands the logo “HALYDEAN” is a picture element inside cornerstone. Instead I’d like to make it a part of the footer.

    #1233592
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can add this CSS as well :

    .x-colophon.bottom .x-nav li:last-child a::after {
      display: none;
    }

    And I see you have added the image within a section. You an place the image code within Footer Content instead from Customize > Footer. You might need to position this above the menu by CSS. If you need help to so this, update us after placing this within footer content.

    Cheers!

    #1233631
    Sitegemz
    Participant

    both worked great but yes I’d like to move the logo above the footer menu

    #1233927
    Friech
    Moderator

    Hi There,

    Please add a class mbn and footerlogo on your image code.

    e.g.
    <img class="alignnone size-full wp-image-164 mbn footerlogo" src="" alt="" width="333" height="34">

    And then you can add this under Custom > Global JavaScript in the Customizer.

    (function($) {
       $("img.footerlogo").insertBefore("#menu-footer");
    })(jQuery);

    Hope it helps, Cheers!

    #1234737
    Sitegemz
    Participant

    worked like a charm thanks for your help I really appreciate it!

    #1234963
    Joao
    Moderator

    Glad to hear it,

    Joao

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