Tagged: x
-
AuthorPosts
-
March 28, 2016 at 5:46 am #854965
Mario1986ParticipantHi,
I have decided to give some sites of my website a second menu. Is it possible that the the second menu also moves up and down when the user is scrolling? Like the main menu of my website. I have adjusted you an screenshot.
Thanks for your help.
Mario
March 28, 2016 at 5:55 am #854971
ZeshanMemberHi Mario,
Thanks for writing in! It could be possible with custom development. While that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here.
To do that, first add a custom CSS class of fixed-section to that section under Class field of its settings (see: http://prntscr.com/7qeolc), then add following CSS code under Settings > Custom CSS in Cornerstone (see: http://prntscr.com/7fp5q0):
@media only screen and (min-width: 768px) { .x-main .entry-content { padding-top: 100px; } .x-section.fixed-section { position: fixed; width: 100%; top: 100px; z-index: 10; padding-bottom: 15px !important; } }Thank you!
April 13, 2016 at 8:15 am #879959
Mario1986ParticipantHello,
thanks a lot for your help. Please can you tell me how I can remove the frames of my footer menu? I also want to remove the bullet points. I adjusted an screenshot.
Thanks a lot for your help.
Best regards
April 13, 2016 at 2:03 pm #880626
RupokMemberHi Mario,
Thanks for writing back.
You can add this under Custom > CSS in the Customizer..widget ul, .widget ol, .widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a { border: medium none; box-shadow: none; } .widget_nav_menu ul li a::before, .widget_meta ul li a::before, .widget_pages ul li a::before { content: ""; }Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-854965 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
