Tagged: x
-
AuthorPosts
-
January 25, 2017 at 6:34 pm #1345495
Jacko_PintoParticipantHello.
I’m working on this new site and came across a few things:
• I’m using Uber menu, but new the menu bar to be the full width of the “main block”… I’ve tried several things but it hasn’t worked. Can you please help with that? (see attached screen shot)
• How can I change the current background color of the posts (currently white), so that it matches the rest of the site which is black. I’d like to change it for both the boxes on the home page and the inside page once you click on it. Please see attached screenshot
• When viewed on mobile, for some reason the second content block called “La Autora”, shows a gray rectangle on top and at the bottom, please see attached screen shot. I’m tried a million things and just can’t get rid of it.Thanks for the help!
January 25, 2017 at 6:35 pm #1345502
Jacko_PintoParticipantThis reply has been marked as private.January 25, 2017 at 11:24 pm #1345861
Paul RModeratorHi,
Thanks for writing in!
To fix these issues, you can add this under Custom > Edit Global CSS in the Customizer.
/* navbar width */ .x-navbar .x-container.max { max-width: 100%; width: 100%; } /* recent post background color and text color */ .x-recent-posts a { background-color:#fff; } .x-recent-posts .h-recent-posts, .x-recent-posts .x-recent-posts-date { color:#fff; }Then add this in Cornerstone > Settings Custom CSS
https://www.screencast.com/t/UIPW7GRa
.x-section .x-container.max.width { background-color:transparent; }Hope that helps.
January 26, 2017 at 11:47 am #1346597
Jacko_PintoParticipantThis reply has been marked as private.January 26, 2017 at 2:20 pm #1346753
JadeModeratorHi there,
Please try this code:
@media (max-width: 767px) { h4.h-custom-headline { margin-top: 0; padding-top: 1.25em; } } textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"] { background-color: rgba(255,255,255,0.5); } .error404 .site { background-color: #efefef; } .h-custom-headline.accent span:before, .h-custom-headline.accent span:after { height: 1px; }Hope this helps.
January 26, 2017 at 6:23 pm #1346994
Jacko_PintoParticipantThis reply has been marked as private.January 26, 2017 at 11:35 pm #1347307
Rue NelModeratorHello There,
Thanks for updating in! To change the background color of the single blog post, you can add this under Custom > CSS in the Customizer.
.single-post .site { background-color: black; }Feel free to change the background color.
Hope this helps.
January 27, 2017 at 9:48 am #1347868
Jacko_PintoParticipantThis reply has been marked as private.January 27, 2017 at 7:32 pm #1348470
Rue NelModeratorHello There,
Thanks for updating in!
#1] Upon checking your homepage, it turns out that your section, row and column has a background color. Please remove the background color in your row settings.
#2] To get rid of the title and the white line, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.single-post .x-header-landmark { display: none; }Hope this helps. Please let us know how it goes.
January 27, 2017 at 8:06 pm #1348499
Jacko_PintoParticipantThank you for your reply.
1) Thank you very much for clarifying that… looks great now.
2) Worked greatThank you very much for all your help. Best regards
January 28, 2017 at 12:08 am #1348611
Prasant RaiModeratorHappy to hear that. Feel free to ask us again. Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1345495 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
