• Resolved mazanyday

    (@mazanyday)


    Hi there,

    I’m using Divi builder, i have set all the colours etc in the plugin settings, but it still shows up as default colours (white background for the input box). I have also added custom CSS on the shortcode module and it displays those styles correctly, until i save the page – Then it reverts back to default.

    I cant link the site as its private / password protected, but attached screen grabs at urls below.

    https://ibb.co/qY2qsD5
    https://ibb.co/1YgR49V

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @mazanyday

    I’m sorry, but I cannot confirm if your custom styles are being loaded by your web page without inspecting it. But please, use a specific selector for the search box:

    input[name="s"]{
    	background:#ede9e2 !important;
    	border: 1px solid #ede9e2 !important;
    	border-radius: 3px !important;
    	padding: 2px !important;
    	color: #272524 !important;
    	width: 80%;
    }

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Default CSS over riding’ is closed to new replies.