Tagged: x
-
AuthorPosts
-
January 4, 2017 at 10:23 am #1315980
intveldParticipantHi guys,
The links on my dev site are blue, without underlining. But I would like to change the color of links only in my top footer into white, also without underlining. I tried to do this with a style in the widget areas, but that also changed the colour of my ‘normal’ links in white (so unreadable).
I hope you can give me a clue how to do this.
Thanks,
TonJanuary 4, 2017 at 10:24 am #1315982
intveldParticipantThis reply has been marked as private.January 4, 2017 at 11:13 am #1316046
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
footer.x-colophon.top div#text-2 a { color: #fff !important; text-decoration: none !important; } footer.x-colophon.top div#wysiwyg_widgets_widget-2 a { color: #fff !important; }Thanks.
January 5, 2017 at 4:43 am #1317156
intveldParticipantGreat Prasant,
That works great. Do you also have some code to get the normal text white in the footer widgets?
Many thanks.Ton
January 5, 2017 at 7:40 am #1317296
Paul RModeratorHi Ton,
You can add this under Custom > Edit Global CSS in the Customizer.
footer.x-colophon.top .widget, footer.x-colophon.top .widget a { color: #fff; }Hope that helps
January 5, 2017 at 9:05 am #1317378
intveldParticipantThat worked indeed!
I have now:
footer.x-colophon.top div#text-2 a {
color: #fff !important;
text-decoration: none !important;
}footer.x-colophon.top div#wysiwyg_widgets_widget-2 a {
color: #fff !important;}footer.x-colophon.top .widget,
footer.x-colophon.top .widget a {
color: #fff;
}But as you can see on the attachment: the links in widget area Footer 2 is still underlined, while in Footer 1 it’s ok now.
Maybe a last change? 🙂
Thanks again Ton
January 5, 2017 at 9:10 am #1317385
intveldParticipant#SOLVED
Sorry. But I could do that change myself.
I’m very thankful for your patience and helpfulness.
Thanks again.
TonJanuary 5, 2017 at 9:23 am #1317418
JoaoModeratorGlad to hear it Ton and thanks for letting us know.
Cheers
January 5, 2017 at 2:12 pm #1317771
intveldParticipantDear guys,
Sorry to bother you again with an additional question. For the footer I have this code now:
.x-colophon.top {
background: black;
}
.x-colophon.bottom {
background: black;
}
footer.x-colophon.top div#text-2 a {
color: white !important;
text-decoration: none !important;
}
footer.x-colophon.top div#wysiwyg_widgets_widget-2 a {
color: white !important;
text-decoration: none !important;
}
footer.x-colophon.top .widget,
footer.x-colophon.top .widget a {
color: white !important;
text-decoration: none !important;
}
footer.x-colophon.top a span:hover, footer.x-colophon.top a:hover {
color: grey !important;
opacity: 1 !important;
}The problem is that I managed to add a hover effect in Footer 2, but cannot put that hover effect in Footer 1, whatever I do. It’s the column with ‘Over happyskirtt’ (see attachment).
Could you help me with this?
Thanks
TonJanuary 5, 2017 at 3:00 pm #1317849
JoaoModeratorHi There,
Please try:
footer.x-colophon.top div#text-2 a:hover { color: grey!important; }Hope it helps
Joao
January 6, 2017 at 3:20 am #1318581
intveldParticipantYou are great guys!
Many thanksTon
January 6, 2017 at 4:43 am #1318670
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1315980 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
