Tagged: x
-
AuthorPosts
-
February 14, 2017 at 11:24 am #1370727
Jayd KParticipantHi there,
I was wondering if you could help me?
I am trying to change the hover colours of the social media icons in the header and footer.
After trying lots of different answers in the forum with suggested customizer code, sadly none of them work for me.
My client would like them all to hover with an orange background, but to keep the foreground colours white as they are.
At the moment, all 4 icons I have are programmed to be a different colour when you hover over them by default, but he’d like them to all be orange when on hover.Any help greatly appreciated.
February 14, 2017 at 11:39 am #1370752
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-social-global a:hover { background-color: #ffa500 !important; }Hope that helps.
February 15, 2017 at 2:58 am #1371577
Jayd KParticipantHi there – amazing! That’s done the trick, thanks so much!
February 15, 2017 at 3:04 am #1371579
FriechModeratorYou’re more than welcome, glad we could help.
Cheers!
February 15, 2017 at 3:05 am #1371581
Jayd KParticipantI also wondered how I could get two images to sit side by side on mobile, instead of stacked one on top of the other?
February 15, 2017 at 3:53 am #1371636
FriechModeratorHi There,
Please add this on your custom CSS.
@media (max-width: 767px) { .home #x-section-1 .x-column.x-sm { float: left; width: 48%; margin-right: 4%; } .home #x-section-1 .x-column.x-sm:nth-child(2n) { margin-right: 0; } }Hope it helps, Cheers!
February 15, 2017 at 7:21 am #1371882
Jayd KParticipantHi there,
Thanks for writing back to me. Sadly with this code added, the images disappear on mobile?
Any help much appreciate.February 15, 2017 at 9:30 am #1372066
DarshanaModeratorHi there,
It seems that you have added a code to hide your topbar. Please check for a similar code.
.x-topbar { display: none; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1370727 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
