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

    Hello,
    when changing background-color of socket in Enfold Theme Options this does also concerne the scroll-to-top and (strange) the background-color
    of the “#wrap-all”-container. I noticed that on slow network-connections.
    Is this the wanted behaviour?
    For those who need a workaround:
    Set for example Socket background-color to #ffffff in Theme Options and put the following code in
    quick CSS:

    #socket {
        background: #ae100a;
    }
    #scroll-top-link {
    background-color: #ae100a;
    }

    Regards Thomas

    #1274361

    Hi Thomas,

    Thanks for sharing the workaround that worked for you :)
    Is everything working well now on your end? or do you need further assistance?

    Best regards,
    Nikko

    #1274367

    Hi Nikko,
    no assistance needed. Thanks for asking. Just for info, if someone else runs in this problem.

    Greets

    #1274416

    Hi Thomas,

    I see, we’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Strange behaviour when changing background color of socket’ is closed to new replies.