Hi,
There is something about a dslc-module that sets it to blue. If you can figure how how to change that to black, you would fix the underlying problem.
If you cannot find it or prefer a bandaid 🙂
This is some CSS that you can place in Appearance > Customizer > Custom CSS
div.gwolle-gb div.input input.button,
div.gwolle-gb div.gwolle-gb-write-button input.button {
background-color: #000;
}
div.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss {
background-color: transparent;
}
Does this work for you?
Hi yes i did try that before it changed to black briefly but then went blue again i just can not seem to find whats doing it
but thank you ill keep looking.
This is the code on inspector it changes color but adding to css it will not
#dslc-module-115279d1d79 input[type="submit"], #dslc-module-115279d1d79 input[type="button"], #dslc-module-115279d1d79 button {
background-color: #b9e558;
border-radius: 3px;
color: #fff;
font-size: 13px;
font-weight: 500;
font-family: "Open Sans";
line-height: 13px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
border-color: #5890e5;
}
It looks like you can change it in the options for the shortcode. It might be set in post content or otherwise on an options page for the shortcode module.
https://github.com/live-composer/live-composer-page-builder/blob/master/modules/shortcode/module.php#L2567
Fantastic well spotted i didnt think of that i was using page builder. All sorted now thanks for the great support