Hi! How can I change to a diffrent color in the theme, without using the existing colors in the theme???? -------------------------------------------------------------------- Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li:hover a, #menu li a.selected, #menu li.current_page_item a{ background-color:your color value; } #topinfobox{ background:your color value; } .feturebox .featurebox_inner .featurebox_desc .readmore { border: solid your color value 1px; background: your color value; } .footer-wrapper .footer { background: your color value;} .footer-bottom { background: your color value;} Add your color values in above code. For testimonial image open image directory and edit "commabox.png" image through photoshop or any other image editing tool.
Can you please explain your problem with the help of screenshot, where you want to change the color, so that we can give you the exact solution.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li:hover a, #menu li a.selected, #menu li.current_page_item a{ background-color:red; } #topinfobox{ background:red; }
You missunderstod me, I mean all the color that is orange? how can I change it with the same shadow?? Pic here
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li:hover a, #menu li a.selected, #menu li.current_page_item a{ background-color:your color value; } #topinfobox{ background:your color value; } .feturebox .featurebox_inner .featurebox_desc .readmore { border: solid your color value 1px; background: your color value; } .footer-wrapper .footer { background: your color value;} .footer-bottom { background: your color value;} Add your color values in above code. For testimonial image open image directory and edit "commabox.png" image through photoshop or any other image editing tool.