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

    How can I give a textbox or a special heading a colored background?

    I cannot find a setting in the dialog box. is there custom css? I know I can give a box a css name in the developer section of the textbox like mybox for example. but how then to address it so that the background behind the text is white.

    #1428285

    Hey ausgesonnen,

    Please try to add a class to the element in question which you mentioned, then add this to Quick CSS:

    .your-class {
      background-color: blue; 
      color: white; 
    }

    Best regards,
    Rikard

    #1428423

    ok thanks

    #1428443

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.