Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • irenamery

    (@irenamery)

    Hello I have exactly the same issue

    Thread Starter irenamery

    (@irenamery)

    Hello , we do not see in Customizer

    Pages & Special Pages

    And please what about the color of the links?

    Thread Starter irenamery

    (@irenamery)

    Hello, thank you for your help. However this it did not help.

    I have an instance where this is working properly and one instance where it is not working properly. I checked both instances with code inspector and found the following :

    1. On the working instance:

    When I selected the body element (1) then looked at the applied styles it can be seen that the style takes the setting from the page style

    body, .has-parallax-footer: not(.separate-layout) #main { background-color: [correct color] }

    see working-instance

    2. On the not working instance:

    When I selected the body element (1) then looked at the applied styles it can be seen that the style takes the setting first from the style.min.css

    .separate-layout {background-color: #f1f1f1; } that is the wrong color that cannot be changed

    and then tries to apply style setting from the page but is is striked-out i.e. style is not applied

    body, .has-parallax-footer: not(.separate-layout) #main { background-color: [correct color] }

    see not-working-instance

    On the working instance there is also a file style.min.css the background setting is not applied from this css on the working instance.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)