Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @wordpressivan007

    The issue is simple, as you are using a plugin to optimize the website, it is loading the CSS styles from the cache after the styles defined into the “Customize Form Design” attribute, overwriting them. The solution is simple, make the selector in your styles definitions more specific. Enter into the “Customize Form Design” attribute (in the “Form Settings” tab) the style definition as follows:

    
    #main .cp_cff_11 #fbuilder fieldset legend{border-color: #9e5900 !important;}
    

    and that’s all.
    Best regards.

    Thread Starter wordpressivan007

    (@wordpressivan007)

    Hello Codepeople!

    You’re right!! It was after the 3WTC update, #main worked perfectly.

    Thank you!

    regards

    Anibal

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The left edge changed color from brown to blue again’ is closed to new replies.