• Resolved mwd123

    (@mwd123)


    Hi!

    I’m wondering if its possible to change the header widget background color? When I change background in sportspress it changes the background in all widgets, I would like it to change the header widget only. Any css for this?

    • This topic was modified 7 years, 2 months ago by Jan Dembowski.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out!

    Sure, we can do that with a bit of CSS. Would you mind pasting the link to your website here, so we can check it out?

    Kind Regards,
    -Roch

    Thread Starter mwd123

    (@mwd123)

    Thread Starter mwd123

    (@mwd123)

    While we’re at it ?? is it possible in an easy way to put the header below the menu?

    [ Signature moderated ]

    • This reply was modified 7 years, 2 months ago by Jan Dembowski.
    Roch

    (@rochesterj)

    Hi!

    Thanks for the link. I’m not sure if I get exactly what you want, if it’s just changing the background behind “Skytteligan” or similar we can do that via CSS.

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .widget-title {
    	background: red;
    }

    As for changing the header, if you mean the logo, unfortunately no, that would require more custom code than we can provide.

    Thanks!

    Thread Starter mwd123

    (@mwd123)

    What I was thinking of was changing the background of the horizontal scoreboard.

    (It’s in the header widget)

    .widget-title {
    background: red;
    }

    Changes the title background.

    Roch

    (@rochesterj)

    Hi!

    The header background color can be changed with this code:

    .sp-scoreboard.sp-data-table {
    	background: transparent;
    }

    Thanks!

    Kind Regards,
    -Roch

    Thread Starter mwd123

    (@mwd123)

    That worked great! thanks alot!!

    Roch

    (@rochesterj)

    You’re most welcome!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change header widget background color’ is closed to new replies.