Hi, Can you help me? How to totally remove the SEARCH in menu bar? How to change all hyperlinks color to Orange or Blue? My website:
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .top-search { display: none; } a { color: orange!important; }
Hi Nitesh, Thank for your helps, it's works. But Child Drop-down Menu background color was NOT so match; and I would like to put grey color as Quote background inside post, may I know what to put in style code? Looking forward for your answer, thank in advance.
Hello Wilson, For menu background paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li { background: your color value; } For quote background. I am not getting about which quote you are talking. So please share screenshot of that area. I will provide you exact css code for that.
Hi Nitesh, Thank again for your helps, as per your requests: I already did research and added myself but design was not so match? Any suggestion code? Is there any Modification CSS style guidelines available for me to refer? May I suggest fix the Analytic code bugs which I added code through footer.php, and add a backup Theme Option Settings (with Restore options), and On/Off button for disable mobile browser theme? Thanks again.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: blockquote{ background-color:grey; }