Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1346231
    Christian_W
    Participant

    Hello,

    I’m using the actual version of the x-theme and wordpress 4.7. My domain is http://www.testumgebung-simbach.de
    I want to remove the frames of the main content and the prompt-elements of my front page. I also want to remove the frames of the sidebar-menue. Is it also posible to reduce the width of the sidebar-menue?

    Thanks a lot for your help.

    Best regards

    #1346278
    Christian
    Moderator

    Hey Christian,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .page-template .entry-wrap {
        box-shadow: none;
    }
    
    .x-prompt {
        box-shadow: none;
    }
    
    .x-sidebar {
        width: 20.536945%;
    }
    
    .x-main {
        width: 78.536945%;
    }

    Thanks.

    #1346339
    Christian_W
    Participant

    Hello Thanks a lot,

    I have added the code but the frames of the prompt- elements and the sidebar are still here. Another problem is that the buttons “Zum Angebot” aren’t displayed very well. Please help me to fix this problem.

    Thanks a lot.

    Best regards

    #1346380
    Christian
    Moderator

    Sorry forgot to add the border 0. Please change this

    .x-prompt {
        box-shadow: none;
    }

    to this:

    .x-prompt {
        border: 0;
        box-shadow: none;
    }

    Since you’re using the Prompt element in a 3 column setup, please add this code in your Cornerstone Custom CSS to move the button to the bottom.

    .x-prompt-section.x-prompt-section-button {
        width: 100%;
        display: block;
    }

    See the attachment for the expected result.

    Thanks.

    #1352537
    Christian_W
    Participant

    Hello,

    thanks a lot. Is it possible to remove the frames of the sidebar also? I tried it with this code but it did not work.
    .x-sidebar {
    border: 0;
    box-shadow: none;
    }

    And how can I configurate the main content that the content and the sidebar are on the same height?

    Thanks a lot.

    Best regards.

    #1353134
    Nico
    Moderator

    Hi There,

    Add this in your Customizer > Custom > CSS:

    .menu-produkte-container .widget_nav_menu ul li a, .widget ul{
    border:0;
    }

    Let us know how it goes.

    Thanks.

    #1362390
    Christian_W
    Participant

    Hello,

    thanks a lot. It worked. I have another question about the sidebar menue. Is it posible, thatb the main content on the front page has the same height as the sidebar menue?

    And is it posible, that I can open and close the different menue items?

    Thanks a lot.

    Best regards

    #1362517
    Christopher
    Moderator

    Hi there,

    You have more content in content area, if we fixed the height, you won’t be able to scroll anymore.

    And is it posible, that I can open and close the different menue items?

    Please check Ubermenu plugin, see this link : https://community.theme.co/kb/integrated-plugins-ubermenu

    Hope it helps.

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