Tagged: x
-
AuthorPosts
-
October 6, 2016 at 6:56 am #1204976
ZerotoOneParticipanthey there,
my footer content is not visible, as I changed the backgroundcolor of it http://prntscr.com/cqi9un. therfor I’d like to change footer text&menu color + add an imagemy page is http://www.zerotoone.de
thanks for your help!October 6, 2016 at 6:57 am #1204980
ZerotoOneParticipantThis reply has been marked as private.October 6, 2016 at 9:03 am #1205088
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-colophon.bottom { background-color: red; } .x-colophon.bottom .x-colophon-content, .x-colophon.bottom .x-colophon-content a, .x-colophon.bottom .x-nav li a { color: white; }Change the colors to achieve your desired look.
Hope that helps.
October 6, 2016 at 10:31 am #1205188
ZerotoOneParticipantthank you, now Id like to add a different hovercolor, too. http://prntscr.com/cql1mu
and how do I add an image at the bottom of my footer? 🙂October 6, 2016 at 11:44 am #1205318
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS and adjust red to the color you would like:
.x-colophon.bottom .x-colophon-content a:hover, .x-colophon.bottom .x-nav li a:hover { color: red; }You can add an html image tag for example:
<img src="url.com/smiley.gif" alt="Smiley face" height="42" width="42">Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1204976 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
