Hello,
Can you please post a site link here?
Thanks.
Thread Starter
Samuel
(@schamberlain)
Unfortunately the site I am working on is in beta mode, and is in a secure sandbox environment. However, the issue I am having is viewable in the theme’s preview. It is the bar at the top with the phone number and social links, and the footer at the bottom with the widgets and copyright text.
Hi Samuel,
You can try to install https://ww.wp.xz.cn/plugins/advanced-css-editor/ go to Appearance -> Customize -> Advanced CSS editor and add this:
.very-top-header {
background: red;
}
.footer {
background-color: red;
}
Where you change red to the color of your choice.
Let me know if you manage to do this.
Best regards,
Rodica
Thread Starter
Samuel
(@schamberlain)
That worked perfectly, thank you!
Hi Samuel,
I am really happy to hear that everything is ok now. If you want, please mark this thread as resolved, for better management of the forum.
Also, if you are happy with our product and support, you can leave us a review here: https://ww.wp.xz.cn/support/view/theme-reviews/llorix-one-lite.
It would help us a lot 🙂
Thank you,
Rodica
Thread Starter
Samuel
(@schamberlain)
This worked out well, however, the previous color (navy blue) is present behind the social media links in the footer, and the links to the Theme Developer’s Website. I’m not sure if there is a way to change that “highlight.”
Hi Samuel,
You can change the previous code to this:
.footer, .footer a {
background-color: red;
}
Let me know if this helps.
Best regards,
Rodica
Hello, I love the theme, but would like to change the orange lines underneath titles. What would be the CSS language for that?
Hello,
Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:
.colored-line-left, .colored-line-right, .colored-line {
display: none;
}
Regards,
Gourav