• How do you get rid of the widget titles such as “calendar” etc?

    Also how do you add a different background on sidebar and leave the other page side bars one color?

Viewing 4 replies - 1 through 4 (of 4 total)
  • sometimes, it helps to enter an empty space (i.e. just a ‘space’ character) in the widget title options field in the widget.

    or you could use css to set the widget titles to ‘display:none;’

    how to set the sidebar background colors depend on the structure of the theme;

    without a link to your site, further suggestions are not really possible.

    Thread Starter helpplease83

    (@helpplease83)

    Sorry here’s the URL https://xtreme-gardening.com/

    in style.css of your theme,

    you could add a background-color to:

    .sidebar {background-color: #123abc;}
    (either find an existing style for .sidebar or add this new)

    and to remove all widget titles, you could add:

    .widget h4 { display: none; }

    Thread Starter helpplease83

    (@helpplease83)

    But what if you want the sidebar to be a different background on each page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget titles’ is closed to new replies.