Tagged: x
-
AuthorPosts
-
January 31, 2017 at 2:30 pm #1352734
worldofjamesParticipantHi there. I’m creating a new site which is currently underdevelopment. I’d like the main home page to consist of an Essential Grid as on the attached design.
Before I create the grid to go live, I’d like to do three things
1. Remove the container around the main content section – lines and shadows
2. Make the content and sidebar a unified color
3. Differentiate the sidebar from the main content with a thin grey line.I’ll post log-ins/URLs on the next post.
Many thanks in advance
JamesJanuary 31, 2017 at 2:31 pm #1352737
worldofjamesParticipantThis reply has been marked as private.February 1, 2017 at 12:09 am #1353248
FriechModeratorHi There,
Thanks for writing, #1 you can add this under Custom > CSS in the Customizer.
/*remove the main content box shadow*/ .x-main .entry-wrap { border-radius: 0; box-shadow: none; }#2 Main content and sidebar already shared the same background color. Please clarify.
#3 Add this on your custom CSS as well.
/*thin gray line*/ .x-sidebar { border-right: 1px solid #b3b3b3; padding-right: 20px; }Hope it helps, Cheers!
February 2, 2017 at 8:06 am #1355209
worldofjamesParticipantHi there
Thanks great service as ever…
re #2, the reason they are the same colour is that I have switched the sidebar to white to match the content area. ideally, I’d like them both to be light grey…
Cheers
February 2, 2017 at 10:33 am #1355402
JoaoModeratorHi There,
Go to Appereance > Customizer > Layout and design and select the desired color, let´s say rgb(243, 243, 243)
Than go to Appereance > Customizer > Custom CSS and add:
.entry-wrap { background-color: rgb(243, 243, 243); }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1352734 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
