Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1163842

    Hello,
    I’ve found this css to edit the legend span of cf7. And it works in general.

    #top label span, #top legend span {
    		font-weight: 700;
    		font-size: 14px;
    		color: #fff; }

    But: I just want to adress that change on a specific section color. In my case for the footer color settings.
    Any idea how to adress that?

    Thanks

    #1163881

    Hey CeeAreDee,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1163897

    not directly, cause the page is under maintenance, but see private content

    I hope it’ll help

    #1163969

    Hi,

    Thanks for that. Please try this CSS instead:

    .footer_color label span, .footer_color legend span {
      font-weight: 700;
      font-size: 14px;
      color: #fff; 
    }

    Best regards,
    Rikard

    #1164189

    thanks, with #top does it work

    best regards

    #1164270

    Hi,

    Did you need additional help, or shall we close this thread.

    Best regards,
    Jordan Shannon

    #1164628

    yes, you can close it now

    thanks

    #1164655

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘css specific for section color’ is closed to new replies.