Home Forums Pro Themes Greatnews Pro Widget title colors

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #180081
    Alexandra González
    Participant

    Hello, does anyone know how to change the color of the title blocks of the widgets? Their color doesn’t change when I modify the color under the “color scheme” option

    #180102
    sanam
    Keymaster

    Hello @@ALEXAGB, Please add this CSS in the Additional CSS

    .widget .widget-title,
    input[type=”submit”]{
    background-color: #00FFFF;
    }
    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    Also, could you please send us your site URL?

    Thanks

    • This reply was modified 2 years, 1 month ago by sanam.
    #180104
    Alexandra González
    Participant

    Thank you! It worked but it only changed the background color for a few of the widgets’ titles, are some of them named differently in code?

    #180112
    sanam
    Keymaster

    Please remove the previous CSS and use the new one below

    .widget .widget-title,
    #secondary .widget.widget_posts_filter ul.tabs li a{
    background-color: #00FFFF;
    }

    #secondary .widget.widget_posts_filter ul.tabs li.active a{
    background-color: #4863A0
    }

    Note that this only changes the title block color of the widgets.

    Regards,
    Themepalace

    #180162
    Alexandra González
    Participant

    It’s still only working for half of the widgets’ block colors
    dichoyderecho.com

    #180177
    sanam
    Keymaster

    Hello, @ALEXAGB we will be releasing the new version of our theme. The issues with the color options as well as the double image issue have been fixed. It will probably take like 48 hours. Please update the theme to its latest version once the new version of the theme is released.

    Please watch the video below to see the changes:
    https://www.awesomescreenshot.com/video/8040726?key=59d364af759eeca6036c2a2eeedc1a1f

    Regards,
    Themepalace

    #180213
    Alexandra González
    Participant

    Awesome! When will the new update be released?

    #180218
    sanam
    Keymaster

    @ALEXAGB most probably in about 12 hours.

    #180315
    Alexandra González
    Participant

    It hasn’t shown up in my WordPress updates, is it an error?

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.