Tagged: x
-
AuthorPosts
-
March 26, 2016 at 7:06 pm #853747
Hi,
I’m setting up a new website with X (Ethos), and am running into problems with the footer
Initially, I could display a footer menu and social media icons. Now, despite these being set up correctly in the customizer, I cannot get the to display.
In addition, the headers of two of the four widget areas in the footer are displaying in a different color.
The website’s http://risk.redirectme.org/81
I’m running v4.3.4 of X, with v4.4.2 of WordPress
Thanks
Andrew
March 26, 2016 at 7:07 pm #853748… sorry, that URL should have been http://risk.redirectme.org:81
March 26, 2016 at 10:00 pm #853879Hey there,
Your site could not be accessed (see attachment). Please check.
Thanks.
March 27, 2016 at 8:50 am #854166March 27, 2016 at 9:20 am #854178Hi Andrew,
Please add the following CSS under Customizer > Custom > CSS:
.x-colophon.bottom { background-color: #000; } .h-widget a { color: #fff; }
Hope it helps 🙂
March 27, 2016 at 9:23 am #854182That fixes the header color – thanks!
I still have the issue with the footer menu and social media icons no longer appearing
(and thanks so much for the fast response!)
March 27, 2016 at 9:49 am #854200Hi There,
Please update the previous CSS a bit:
.x-colophon.bottom { background-color: #000 !important; } .h-widget a { color: #fff; }
Hope it helps 🙂
March 27, 2016 at 11:26 am #854249Success – thanks so much!
March 27, 2016 at 12:02 pm #854280You’re very welcome 🙂
If you need anything else, please let us know.
-
AuthorPosts