Tagged: x
-
AuthorPosts
-
October 27, 2016 at 9:27 am #1233206
SitegemzParticipantI’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!
October 27, 2016 at 10:48 am #1233347
RupokMemberHi 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!
October 27, 2016 at 11:59 am #1233455
SitegemzParticipantthat 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.
October 27, 2016 at 1:40 pm #1233592
RupokMemberHi 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!
October 27, 2016 at 2:09 pm #1233631
SitegemzParticipantboth worked great but yes I’d like to move the logo above the footer menu
October 27, 2016 at 6:27 pm #1233927
FriechModeratorHi There,
Please add a class mbn and footerlogo on your image code.
e.g.
<img class="alignnone size-full wp-image-164mbn 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!
October 28, 2016 at 8:16 am #1234737
SitegemzParticipantworked like a charm thanks for your help I really appreciate it!
October 28, 2016 at 11:46 am #1234963
JoaoModeratorGlad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1233206 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
