• Resolved muscles68

    (@muscles68)


    Hi i need to change the submit button colour and the dropdown arrow colour from blue to black
    thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Marcel Pol

    (@mpol)

    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?

    Thread Starter muscles68

    (@muscles68)

    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.

    Thread Starter muscles68

    (@muscles68)

    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;
    }
    Plugin Author Marcel Pol

    (@mpol)

    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

    Thread Starter muscles68

    (@muscles68)

    Fantastic well spotted i didnt think of that i was using page builder. All sorted now thanks for the great support

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submit Button Colour’ is closed to new replies.