Tagged: x
-
AuthorPosts
-
February 20, 2017 at 9:24 am #1378275
flittrstParticipantHey there,
I’m trying to reduce the margin of the last section on this page: http://www.adsventure.de/social-media-advertising-kurs/. I’ve tried every possible css but it doesnt work out.
How can I reduce the margin to my footer menu? I want to remove the white space between the last section and the footer menu.
Also I have another question regarding the styling of my menu link in the top right (Menu-Link “Kostenloser Kurs”): http://www.adsventure.de/
I would like to display a line (like a button) around this menu link. For example like here in the top right: http://www.affenblog.de/
How can I do this?
many thanks,
February 20, 2017 at 10:53 am #1378404
JoaoModeratorHi There,
You can add the following code to Appereance Customizer Custom CSS
.page-id-3418 .x-container.max { margin-bottom: 5px; }Please add the following code to Appereance Customizer Custom CSS and adjust the colors according to your wishes.
#menu-item-3471 a { color: #fff; border-color: #ff7600; background-color: #ff7600; text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5); border-radius: 0.25em; padding-top: 12px; height: 35px; margin-top: 22px; } #menu-item-3471 a span { box-shadow: none; } #menu-item-3471 a:hover { color: #fff; border-color: #3f96ce; background-color: #3f96ce; text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5); box-shadow: none; }Hope it helps
Joao
February 21, 2017 at 6:23 am #1379662
flittrstParticipantYou guys rock! Works! Thanks! 🙂
February 21, 2017 at 7:26 am #1379723
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1378275 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
