• Closed
  • Glenda Embree
    Spectator
    May 29, 2014 at 11:49 am #8445

    Hi Roman,

    I noticed two other threads with this question, but neither of them have ever been resolved. I want the widget title back grounds to match the same blue as my menu background.

    I tried using the code you posted in another thread. I added this to my custom css.

    .widget-title-background {
    background:#7488c2;
    }

    This was the result.

    When I select the check box under STYLING to get black background for the widget titles, they are just the way I want them, except for the color. Where in the css can I edit the code to change the widget title backgrounds to #7488c2, instead of the black that is in the checkbox option? I would like to edit it, so that when I use the checkbox, my blue color will be used, instead of the black.

    Thanks so much for all your help. The website is coming along really well. I just need to tweak these last few little things.

    Roman
    Spectator
    Posts: 3147
    May 29, 2014 at 1:04 pm #9896

    I visited your website and it looks fine….what browser are you using?

    Glenda Embree
    Spectator
    Posts: 6
    May 29, 2014 at 6:33 pm #9903

    The screenshots above are from Google Chrome. I see, now, that it is working in Internet Explorer and in Firefox. However, Google Chrome is still showing the black title backgrounds, as in the picture above. Any suggestions for a work-around in Chrome? Isn’t there a specific place in the CSS styling where you coded those backgrounds to be black and I could just change it to blue?
    Thanks!

    Roman
    Spectator
    Posts: 3147
    May 30, 2014 at 10:37 pm #9918

    then use this instead:

    Code:
    .widget-title-background {
    background:#7488c2!important;
    }

    it must work…I tested it

    Glenda Embree
    Spectator
    Posts: 6
    June 2, 2014 at 8:53 pm #9930

    Roman, you’re awesome! Thanks, so much!