How to remove inline styles which created by customizer

Hello. I like your theme, nut I can`t to customize it because customize ruins all my modifications. Please help me to remove inline css rules from inserting.

How can I remove inline rules created by customizer ?

Hello there,

I hope you are doing well today.

Inline CSS takes priority over the CSS in the stylesheet. You can try to override them by adding new css and use the !important keyword.

Best Regards,
Support

Your developer did it already…

HI there

Can you tell me what exactly you want to achieve? which style you want to change and where?

For example: http://seomarket.lightmen.com.ua in this website (bottom part of the page contact form) I need to chance focus and hover state. BUT it all ready set in inline style as:

.widget.widget_search .search-form > input#s:hover, .widget.widget_search .search-form > input#s:focus, .widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today, .widget_product_search .woocommerce-product-search > input.search-field:hover, .widget_product_search .woocommerce-product-search > input.search-field:focus, .widget.widget_search input[type=“text”]:focus + button[type=“submit”].searchsubmit, .widget.widget_search input[type=“text”]:hover + button[type=“submit”].searchsubmit, textarea:hover, textarea:focus, input[type=“text”]:hover, input[type=“search”]:hover, input[type=“email”]:hover, input[type=“tel”]:hover, input[type=“text”]:focus, input[type=“search”]:focus, input[type=“email”]:focus, input[type=“tel”]:focus, .widget.widget_product_search input[type=“text”]:focus + button[type=“submit”].searchsubmit, .widget.widget_product_search input[type=“text”]:hover + button[type=“submit”].searchsubmit {
border-color: #5234f9 !important;

It is no way to beat this because it is “important” and input[type=“text”]:hover - high level of css style http://prntscr.com/iyh8z9

Hello there,

I hope you are doing well today.

In this case you would have to remove the inline CSS manually, you can do this if you have knowledge of PHP and CSS but otherwise you would have to enlist the aid of a third party developer to make the changes. Here is a link to contact one:

https://colorlib.com/out/envatostudio

Best Regards,
Support