Child Theme Modification
-
I want to edit the
style-curvy-red.cssin my child theme. The plugin file is located atmywebsite/wp-content/plugins/ajax-search-lite/css/style-curvy-red.cssso I put the editedstyle-curvy-red.cssfile in the directorymywebsite/wp-content/themess/mychildtheme/ajax-search-lite/css/style-curvy-red.css.
It did not work. Any better idea?Btw I want to change these codes:
#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox { margin: 0px; padding: 8px; height: 28px; background-color: rgb(255, 255, 255); border: 2px solid rgb(222, 100, 100); border-radius: 0px 0px 0px 0px; box-shadow: 0px 0px 0px 0px rgb(181, 181, 181) inset; border-radius: 30px; }to
#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox { margin: 0px; padding: 5px; height: 28px; background-color: #fcfcfc; border: 2px solid #aaa; border-radius: 0px 0px 0px 0px; box-shadow: 0px 0px 0px 0px rgb(181, 181, 181) inset; border-radius: 5px; }Thank you..
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Child Theme Modification’ is closed to new replies.