custom widhet color
-
Like the Categories widget in my test site? – http://test.prasannasp.net/
Please provide link to your site
hi;
Almost:)
i need to recolor the header of the widget with gradient
so my site is Serwis narciarski;
and now the header of widget having “Newsletter”, should be recolored into orange-black gradient.
Can you give HEX colour code for orange? I assume it as
#FFA500
. You can choose colour code from here – http://www.colorpicker.com/Top orange, bottom black,
#alo-easymail-widget-2 h3 {
background: linear-gradient(#FFA500, #000000) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(#FFA500, #000000) repeat scroll 0 0 transparent;
background: -o-linear-gradient(#FFA500, #000000) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(#FFA500, #000000) repeat scroll 0 0 transparent;
background: -ms-linear-gradient(#FFA500, #000000) repeat scroll 0 0 transparent;
}Top black, bottom orange,
#alo-easymail-widget-2 h3 {
background: linear-gradient(#000000, #FFA500) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(#000000, #FFA500) repeat scroll 0 0 transparent;
background: -o-linear-gradient(#000000, #FFA500) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(#000000, #FFA500) repeat scroll 0 0 transparent;
background: -ms-linear-gradient(#000000, #FFA500) repeat scroll 0 0 transparent;
}Yes, in child-theme style.css or in Graphene Options –> Display –> Custom CSS
Marking thread as resolved. You can do this yourself as well.
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.