Viewing 4 replies - 1 through 4 (of 4 total)
  • For the record, always include your site’s url when posting. Linking directly to the WP repository doesn’t help.

    I am somewhat familiar with Suffusion, so I can tell you that you will need to add some code to the “Custom Styles” section of the theme.

    To access custom style (if you are not yet familiar) – From Suffusion Options go to “Back-end Settings” then choose “Custom Includes” and enter the following code in the text box to the right:

    div.suf-widget { background-color: #YOUR COLOR CODE HERE; }

    You may consider visiting Suffusion’s support forum in the future.
    https://aquoid.com/forum/

    Is it also possible to change the background color of a specific widget area?
    I have tried to change the background color of the header widget on my website (www.martijnboersma.com), but without result.

    I have tried:

    #header-widgets {background-color: #e8e8e8;}

    and

    div.header-widgets { background-color: ##e8e8e8; }

    Any pointers? Thanks ??

    Theme Author Sayontan Sinha

    (@sayontan)

    @martijnboersma,
    Do you want to change the background for the widget area or for the widget? For the widget you need:
    #suf-subscription-4 { background-color: #e8e8e8; }

    Thanks a bunch, I used the code to remove the border of that specific widget instead.

    Great theme ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Suffusion] Is it possible to change the background colour of widgets?’ is closed to new replies.