• Resolved Debbie D.

    (@debbie-doglady)


    I’m on a staging site for a redesign, with a child of the Sydney Pro Theme, using Sydney, SiteOrigin and WordPress widgets. Suddenly this morning, the widget titles have a grey background around them! They weren’t there yesterday and I’d like to get rid of them. (The background appears on all three widget platforms) Any suggestions?
    Here’s a screenshot:

    Grey background around widget title

    Staging site: https://thedogladysden.wpstagecoach.com

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    The web browser’s inspector shows that the following custom CSS code is applied:

    
    .panel-grid-cell .widget-title {
        display: table;
        border-radius: 5px;
        padding: 15px 10px;
        background-color: #444;
        color: #fff;
    }
    

    To get rid of the widget title background, please remove this line:

    
    background-color: #444;
    

    Regards,
    Kharis

    Thread Starter Debbie D.

    (@debbie-doglady)

    Thanks for the reply. I wish it were that easy! Where do I find the code? I clicked on “inspect element” for several widgets and don’t see that anywhere. Panel grid, yes. but not widget title. My knowledge is very limited with this. Sorry.

    • This reply was modified 8 years, 6 months ago by Debbie D..

    Hello there,

    It comes from customizer settings you have done. Please go to Appearance > Customize > Sydney Pro options > Front page section titles > Title style > select “Default” > Save & Publish.

    Regards,
    Kharis

    Thread Starter Debbie D.

    (@debbie-doglady)

    Oh, now I understand. That worked. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sudden appearance of grey background color on widget titles’ is closed to new replies.