• Closed
  • Glenda Embree
    Spectator
    29.05.2014 at 11:49 #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
    29.05.2014 at 13:04 #9896

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

    Glenda Embree
    Spectator
    Posts: 6
    29.05.2014 at 18:33 #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
    30.05.2014 at 22:37 #9918

    then use this instead:

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

    it must work…I tested it

    Glenda Embree
    Spectator
    Posts: 6
    02.06.2014 at 20:53 #9930

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