Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #746635

    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

    #748593

    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

    #749530

    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?

    #749592

    Hi,

    Try adding this in your Quick CSS:

    .ls-inner h1 {
        background-color: inherit !important;
    }

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.