1. I keep uploading a new image under Appearance/ThemeOptions/GeneralSettings/BodyBackgroundImage and it will still not change? 2. I would like the title container boxes of the feature areas to be solid blue. Thank you, Candy
Hello Candy, Greetings from InkThemes! Regarding your first issue, You are suggested to deactivate all of your plugins first and check after that.. For the second issue, Firstly you have to follow the screenshot given below. Now please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_content .feature .feature_title { color: blue; } Change color as per your interest.. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
This did not fix either problem. I want the boxes blue like the attached image. The background will not change. I upload the image in Theme Appearance and hit the save/submit button and it does not save the change. Also I would like all of the links in the main menu to be blue. Thank you
Hello, I apologize actually I thought you were interested in changing font color over there.. To change box color, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_content .feature .feature_title { background: #4169E1; } To change the menu link... Firstly you have to disable cufon as I have mentioned in my first post and after that paste the code given below in Custom CSS field of your dashboard. Code: #menu .ddsmoothmenu li a { color: blue; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com