Using the standard customisation for X theme. I have all text set as black or teal.
On the very top it shows a top bar, and in the footer the text is white. I cannot find where to change this.
Please, may I have some help?
Using the standard customisation for X theme. I have all text set as black or teal.
On the very top it shows a top bar, and in the footer the text is white. I cannot find where to change this.
Please, may I have some help?
Hi there,
Please add this code in the Global CSS:
.x-colophon.bottom .x-nav li a,
.x-colophon.bottom .x-social-global a {
color: rgb(120,204,209);
}
You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.
Hope this helps.
Worked perfectly for the bottom but not for the very top.
In mobile mode when the menu becomes 3 lines it is white. and at very top the social icons are white, not teal.
Thank you for your help so far
Hello There,
Please have the css code updated and use this:
.x-social-global a,
.x-colophon.bottom .x-nav li a,
.x-colophon.bottom .x-social-global a {
color: rgb(120,204,209);
}
Please let us know if this works out for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.