Hello, I want to change some small things on my website www.chrismaton.nl *Is there an code to change the background color from the website? *i want to change the color from the roll over line at the feature pictures on the homepage *The language of my website has to be Dutch, can i change the text items (your name etc. )on the contactpage
Hello, 1. To change background of website use following css code with your desired color. Code: body { background: your desires color; } 2.To change the color from the roll over line at the feature pictures on the homepage use following css code with your desired color. Code: .feature_content img:hover { background-color: your desires color; } 3. You can change text on contact page as shown below in screenshot. It will resolve your issue. Thanks & Regards Yogesh Bhade