Tagged: x
-
AuthorPosts
-
February 3, 2017 at 6:11 pm #1357374
powrider686ParticipantHey there,
On my site, aspendigger.wpengine.com, user: demo pass: aspendigger, I need some help to change the hamburger colors. I’d like the background to be white and the line color to be rgb(240, 184, 35).How might I achieve that?
Thanks for the help!
Marcus
February 3, 2017 at 11:10 pm #1357637
Prasant RaiModeratorHello Marcus,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.x-btn-navbar:hover { color: #f0b823; } .x-btn-navbar.collapsed:hover { color: #f0b823; }Thanks.
February 10, 2017 at 12:18 am #1365512
powrider686ParticipantGreat thanks!
On the same site, I can’t get the text color in the footer to change. How might I be able to control that, both for normal and when you hover. Also how would I control the color of the social icons in the footer?
Thanks for the help!
Marcus
February 10, 2017 at 1:46 am #1365585
DarshanaModeratorHi there,
You can add this under Custom > CSS in the Customizer.
.x-colophon.bottom .x-nav li a { color: #ffffff; } .x-colophon.bottom .x-nav li a:hover { color: #b1b1b1; } .x-colophon.bottom .x-colophon-content { color: #ff8484; } .x-colophon.bottom .x-colophon-content a { color: #b8b8b8; } .x-colophon.bottom .x-colophon-content a:hover { color: #eeeeee; }Add the social icons also, so that we can assist you with a CSS workaround for that.
Thanks!
February 13, 2017 at 7:06 pm #1369808
powrider686ParticipantOk that worked, thank you!
I still can’t get the black hover to go away on the Blend Web Marketing link.
Here’s the css I have in the customizer. /*
// Buttons
*/.x-btn {
font-weight: 700;
}.x-btn.x-btn-alt,
.button.x-btn-alt,[type=\”submit\”].x-btn-alt {
border-color: #02aed6;
background-color: #02aed6;
box-shadow: 0 0.25em 0 0 #0b8ead, 0 4px 9px rgba(0, 0, 0, 0.75);
}.x-btn.x-btn-alt:hover,
.button.x-btn-alt:hover,[type=\”submit\”].x-btn-alt:hover {
border-color: #0b8ead;
background-color: #0b8ead;
box-shadow: 0 0.25em 0 0 #097690, 0 4px 9px rgba(0, 0, 0, 0.75);
}/*
// Dropcap
*/.x-dropcap {
background-color: #02aed6;
}/*
// Headings – Dark section
*/.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section h1 a,
.dark-section h2 a,
.dark-section h3 a,
.dark-section h4 a,
.dark-section h5 a,
.dark-section h6 a {
color: #fff;
}.dark-section h1 a:hover,
.dark-section h2 a:hover,
.dark-section h3 a:hover,
.dark-section h4 a:hover,
.dark-section h5 a:hover,
.dark-section h6 a:hover {
color: #fff;
opacity: 0.65;
}/*
// Sidebar
*/.widget a {
color: #02aed6;
}/*
// Contact Form 7
*/.wpcf7-form {
margin: 0;
}
.x-colophon.bottom {
background-color: #2d2727;
}.widget {
margin: 0 auto; display: block; text-align: center; }
.h-widget {
color: #000000;
}
.x-colophon-content {
padding-top: 12px;
}
.x-btn-navbar {color: #f0b823;}
.x-btn-navbar.collapsed {color: #f0b823;}
.x-btn-navbar:hover {
color: #f0b823;
}.x-btn-navbar.collapsed:hover {
color: #f0b823;
}.x-colophon.bottom .x-nav li a {
color: #ffffff;
}.x-colophon.bottom .x-nav li a:hover {
color: #F0B823;
}.x-colophon.bottom .x-colophon-content {
color: #ff8484;
}.x-colophon.bottom .x-colophon-content a {
color: #F0B823;
}How can I get that Black hover to change colors to another?
No social icons yet, will update when I have.
Thanks for the help!
February 14, 2017 at 1:44 am #1370104
FriechModeratorHi There,
I don’t see the hover color of the BLEND WEB MARKETING link as black. I am seeing it as
#F0B823;same color as normal state.It could be your browser’s cache, please clear.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1357374 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
