Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #405824

    Hi,
    The button color is not respected, when placed into a notification area. The notification area color is used for the normal state of the button.

    Please fix this in the next update.

    Thanks,
    Tom

    #405878

    Hey halasyt!

    Thank you for using our theme.

    I could reproduce your bug report and posted a possible fix to Kriesi.

    Thank’s for your help and enjoy the theme.

    Cheers!
    Günter

    #406320

    Hey!

    If you need to solve this problem before the next update put this in custom.css:

    
    .avia-button.avia-color-grey, 	.avia-button.avia-color-grey:hover	{background-color: #555 !important; 		border-color: #333333 !important; 	color: #fff !important; }
    .avia-button.avia-color-black, 	.avia-button.avia-color-black:hover	{background-color: #2c2c2c !important;		border-color: #000 !important;		color: #fff !important; }
    .avia-button.avia-color-red, 	.avia-button.avia-color-red:hover   {background-color: #B02B2C !important;		border-color: #8B2121 !important;	color: #fff !important; }
    .avia-button.avia-color-orange, .avia-button.avia-color-orange:hover{background-color: #edae44 !important;		border-color: #CA9336 !important; 	color: #fff !important; }
    .avia-button.avia-color-green, 	.avia-button.avia-color-green:hover	{background-color: #83a846 !important;		border-color: #6F8F3B !important; 	color: #fff !important; }
    .avia-button.avia-color-blue, 	.avia-button.avia-color-blue:hover	{background-color: #7bb0e7 !important;		border-color: #6693C2 !important; 	color: #fff !important; }
    .avia-button.avia-color-aqua, 	.avia-button.avia-color-aqua:hover	{background-color: #4ecac2 !important;		border-color: #3EAAA3 !important; 	color: #fff !important; }
    .avia-button.avia-color-teal, 	.avia-button.avia-color-teal:hover	{background-color: #5f8789 !important;		border-color: #3F5E5F !important; 	color: #fff !important; }
    .avia-button.avia-color-purple, .avia-button.avia-color-purple:hover{background-color: #745f7e !important;		border-color: #514358 !important; 	color: #fff !important; }
    .avia-button.avia-color-pink, 	.avia-button.avia-color-pink:hover	{background-color: #d65799 !important;		border-color: #BB4B85 !important; 	color: #fff !important; }
    .avia-button.avia-color-silver, .avia-button.avia-color-silver:hover{background-color: #DADADA !important;		border-color: #B4B4B4 !important; 	color: #555 !important; }
    
    

    Cheers!
    Günter

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