Tagged: x
-
AuthorPosts
-
May 16, 2016 at 2:58 pm #994267
Peter CParticipantMay 16, 2016 at 5:30 pm #994480
RahulModeratorHi There,
Thanks for writing in!
you can customize the footer widget using this CSS code below, simply change the color values add it in Customizer > Custom > CSS.
Changing the footer widgets background color
footer.x-colophon.top { background-color: black; }Changing the footer widgets text color
.x-colophon.top .h-widget, .x-colophon.top a, .x-colophon.top .widget { color: red; }To change the link color, add the following custom css :
.x-colophon.bottom .x-nav li a { color: #fff; }Cheers,
I hope this helps.Have a great day
May 17, 2016 at 6:06 am #995235
Peter CParticipantThanks…
How do I change the white background on the Recent Posts link?
May 17, 2016 at 7:09 am #995277
JoaoModeratorHi Peter,
Please add the following code:
.x-colophon.top .h-widget, .x-colophon.top a, .x-colophon.top .widget { background-color: transparent; } .x-colophon .widget ul li { background-color: transparent; }If you don´t like the lines that are left after it
Please change the second code to:
.x-colophon .widget ul li { background-color: transparent; border-color: transparent; }And also add:
.x-colophon top .widget ul, .widget ol { border-color: transparent; }*You also can choose another color to place instead of transparent.
Hope that helps,
Joao
July 27, 2016 at 9:31 pm #1106395
LeannaParticipanthi – above code works great to get my link color changed in widget text field, however widget headline/title color also changes. How can I keep header color standard?
http://www.leannacinquanta.com footer widget area.
thanks…July 28, 2016 at 12:24 am #1106556
FriechModeratorHi There,
Please add this on your custom CSS.
footer table, #mc_embed_signup { background-color: transparent !important; }Hope it helps, Cheers!
July 28, 2016 at 12:56 am #1106582
LeannaParticipantwell that didnt change the heading font but removed the bg that i had coded in tables. Anyway I took the tables out and went with this look so no need to bother further. Thanks.
July 28, 2016 at 1:21 am #1106620
FriechModeratorSorry for the confusion, glad you sorted things out. Here’s the css code if you still need to change the heading font color.
footer.x-colophon.top .h-widget { color: red; }Thanks.
July 28, 2016 at 9:43 am #1107140
LeannaParticipantThank you! I have to say, the best part about X theme is the tech support. You guys are great!
July 28, 2016 at 11:01 am #1107283
JoaoModeratorThanks for the kind words 🙂
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-994267 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
