I made an “About Us” labeled slider in the Layerslider wp wordpress page. The slider looks great in the preview mode, but when I go to my website to preview it, officially, it looks different from the preview.
1) What is causing this?
2) How can I prevent this in the future?
The login details are below. An example of the preview that I want as the finished result is posted in private section as Pic: 1. The end result (different from desired preview) is labelled Pic 2. I want my website to look like Pic 1
Thanks
Hey brettb112,
The tag you used fetches color from the theme options, to fix this I added this css code in Quick CSS:
.ls-inner strong,
.ls-inner b {
color: inherit !important;
}
Hope it’s all good :)
Best regards,
Nikko
yeah, the colors are good, but behind the “Queenston Group” text on the about us page , it is still black for some reason. any suggestions?
Hi,
Try adding this in your Quick CSS:
.ls-inner h1 {
background-color: inherit !important;
}
Best regards,
Nikko