Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #445808

    Hi, I’ve added a widget area in the header with a title and shortcode for 3 column (1/3 + 1/3+1/3), but widgettitle not show up (I can see in html source).
    Widgettitle is: “In partenza”
    Last question: what’s css line to change each column’s background color?
    Thanks.

    #446528

    Hi maryhellensegatta!

    Add this to your custom CSS.

    .widget_black_studio_tinymce {
      margin-top: 80px;
    }

    For the column backgrounds try this.

    #header .flex_column { background: red !important; }
    

    Regards,
    Elliott

    #448092

    Thanks! You can mark as resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Widgettitle does not show up’ is closed to new replies.