Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1378275
    flittrst
    Participant

    Hey 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,

    #1378404
    Joao
    Moderator

    Hi 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

    #1379662
    flittrst
    Participant

    You guys rock! Works! Thanks! 🙂

    #1379723
    Thai
    Moderator

    You’re most welcome 🙂

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