Tagged: x
-
AuthorPosts
-
July 28, 2016 at 6:33 pm #1107846
djguitarParticipantHi,
I’ve been trying to get my footer widget area background colour to match my footer background colour. I’ve seen several CSS answers in the knowledge base, but none of them have had an effect.
I’m wondering if I have some error in the CSS code I placed earlier. Here’s what I have:
.x-navbar {
background: rgb(87, 173, 219);
}.x-colophon.top {
background-color:white;
}.map-container {
width: 100%;
margin: 50px 0 3000px;
}
.map-container iframe{
width: 100%;
display: block;
pointer-events: none;
position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
pointer-events: auto;
}h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-top: 20px;
}p {
margin-bottom: 20px;
}h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0px;
}h5, .h5 { font-size: 22px !important; }
body {
line-height: 1.8em;
}.x-colophon.bottom {
padding: 5px 0;
}.single .x-header-landmark {
display: none !important;
}.format-standard .entry-title::before {
content: “”;
.x-btn, .button, [type=”submit”] {
text-shadow: none !important;
}Thanks for any suggestions you might have.
July 28, 2016 at 11:32 pm #1108263
Prasant RaiModeratorHello There,
Thanks for writing in!
It looks like you havent placed code for background. To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
July 29, 2016 at 11:49 am #1109061
djguitarParticipantThis reply has been marked as private.July 29, 2016 at 1:51 pm #1109212
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
footer.x-colophon.top { background-color: #09283f !important; padding: 0 !important; } footer.x-colophon .widget { margin-top: 0 !important; }Thanks.
July 30, 2016 at 12:07 pm #1110251
djguitarParticipantThanks. Adding this code to the page’s CSS got the desired result, but adding it to the global CSS did not affect any change, until I placed it at the top of my CSS customizations.
Yay, and thanks! You folks are awesome with support.
July 30, 2016 at 7:59 pm #1110531
Rue NelModeratorYou’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1107846 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
