• Resolved goranmi

    (@goranmi)


    Hello,

    I am not able to override css and change blue colour at Section Break field to the yellow, which I am already using. Can you please advise on this?

    Many thanks.

    The page I need help with: [log in to see the link]

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

    (@codepeople)

    Hello

    Please, modify your style definition:

    
    .cp_cff_11 #fbuilder .fields.section_breaks {
        border-left: 3px solid #eaa416!important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    

    as follows:

    
    .cp_cff_11 #fbuilder .pbreak .fields.section_breaks {
        border-left: 3px solid #eaa416!important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    

    and that’s all.
    Best regards.

    Thread Starter goranmi

    (@goranmi)

    Many, many thanks. Solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing colour’ is closed to new replies.