• Hello,

    I also have a styling problem after updating to 3.6.2.

    Can’t change the background color for the widget title
    (Widget Title Custom Background).

    I use redux-framework.

    I’ve waited for a new theme update, but 3.6.4 changed nothing.

    Any help is welcome.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • sorry about the bug, please edit custom-css.php file end remove these lines, starting 1747:

    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #606060),color-stop(1, #505050));
    background: -o-linear-gradient(top, #606060,#505050);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#606060\', endColorstr=\'#505050\');*/

    will be fixed in the next theme release 😉

    Thread Starter mirceao

    (@mirceao)

    Thank you Romik84 and I wish you success with your theme.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widget title custom background color’ is closed to new replies.