Tagged: x
-
AuthorPosts
-
January 26, 2017 at 6:45 am #1346231
Christian_WParticipantHello,
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
January 26, 2017 at 7:39 am #1346278
ChristianModeratorHey 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.
January 26, 2017 at 8:37 am #1346339
Christian_WParticipantHello 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
January 26, 2017 at 8:54 am #1346380
ChristianModeratorSorry 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.
January 31, 2017 at 11:44 am #1352537
Christian_WParticipantHello,
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.
January 31, 2017 at 9:18 pm #1353134
NicoModeratorHi 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.
February 8, 2017 at 12:35 am #1362390
Christian_WParticipantHello,
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
February 8, 2017 at 3:08 am #1362517
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1346231 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
