Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I want to change the color of the buttons to same blue color as I have on my site.
I tried to add this in the custom css part (but I don’t know much about this…):
.origin-widget.origin-widget-button-vantage_flat-light_blue a {
background: #0099CC;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#0099CC),color-stop(1,#0099CC));
}
Hope you can help me out.
Thanks!
Hi Henrick
Perhaps give the Button widget in our Widget Bundle plugin a try:
https://wordpress.org/plugins/so-widgets-bundle/
It’s a lot more customisable and will hopefully do the trick.
Thanks!
Works much better and buttons on pages look perfect.
It seems to be a bug when using this button in the header area though…
I can add the Button widget in the header area but it is not possible to change color.
I go to Apperance/Customize/Widgets/Header and add a new button. Sometimes it is not even possible to expand the menu “Layout and Design” and sometimes I can expand it but the color changing button doesn’t work. Doing the same thing on a page works perfect.
Glad that helps.
Thanks for the bug report. I’d recommend managing that widget from Appearance > Widgets: Header and not from the Customizer. See if the result is any different that way.
Thanks!!!
Works!!!
Super, glad to hear it. All the best.
Is there a way to use CSS to do this?
Specifically I want to change the colors listed in the Vantage drop down list (Call to action button) from Crayola Red to #CC3333
Thx