Tagged: x
-
AuthorPosts
-
January 17, 2017 at 4:20 pm #1334159
TrevHParticipantI added my company name to the footer content in the customizer. It showed up in all caps which is not a problem. how do insert other information without all caps like Contact Us address and email. Also a “Terms & Privacy” as a link to a terms and privacy page.
Thank you,
TrevH.January 17, 2017 at 6:02 pm #1334245
JadeModeratorHi TrevH,
Thanks for writing in! 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.
January 18, 2017 at 12:11 pm #1335389
TrevHParticipantThis reply has been marked as private.January 18, 2017 at 12:44 pm #1335441
RupokMemberHi there,
Thanks for writing in! To change the caps for the links only, you can add this under Custom > CSS in the Customizer.
.x-colophon.bottom .x-nav li a { text-transform: none; }If you want to change for all content within footer, use this instead :
.x-colophon.bottom { text-transform: none; }Cheers!
January 19, 2017 at 1:48 pm #1337166
TrevHParticipantThis reply has been marked as private.January 19, 2017 at 2:05 pm #1337179
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS and adjust acording to your wishes.
.x-colophon.bottom .x-nav li a:hover { color: red; } .x-colophon.bottom .x-nav li { color: white; } .x-colophon.bottom .x-colophon-content a { color: white; } .x-colophon.bottom .x-colophon-content a:hover { color: red; }Hope that helps
Joao
January 20, 2017 at 8:39 am #1338367
TrevHParticipantJoao,
Yes it did.
Thank you,January 20, 2017 at 10:22 am #1338503
RahulModeratorYou’re most welcome!
Feel free to ask us again.
February 13, 2017 at 1:31 pm #1369366
TrevHParticipantHello
I have my link words color set in my footer.
How do I set the other words color, to let’s say GREEN?Thank You.
February 13, 2017 at 3:19 pm #1369539
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.x-colophon.bottom .x-colophon-content p { color: green; }Hope it helps
Joao
February 14, 2017 at 12:41 pm #1370829
TrevHParticipantJoao,
Thank you It worked.
February 14, 2017 at 3:57 pm #1371025
JadeModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1334159 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
