Hello, I want to change some colors on the homepage of this thema. I've attached an picture to make clear which details i want to change. A: change color of the text from the main menu B: change color in the footer from top names C: change the color of the send button i hope you can help me with the questions. Thanks
Hello, Greetings from InkThemes! Solutions of your above issues are accordingly.. You just need to paste the codes given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. A) change color of the text from the main menu For this, code is given below.. Code: #menu .ddsmoothmenu li a { color: red; } #menu .ddsmoothmenu li a:hover { color: antiquewhite; } B) change color in the footer from top names Code is given below.. Code: .footer h5 { color: red; } C) change the color of the send button Code is as follow.. Code: .footer .contactform input[type=submit] { background: brown; color: black; } NOTE: Change the color as per your interest.. Hope it will resolve your issues.. Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thanks your help solved my questions. I've got two new questions about changing colors: A: can i change the color of the triangle at the right site of the navigation menu?? B: in de dropdown menu is it possible to change the color of the text and background of the dropdown??
Hi, Greetings from InkThemes, To change the color of the triangle, just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .downarrowclass { border-top-color: #A2F22F; } To change the background of menu while dropdown, just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li li { background: #A2F22F; } #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited { background: #A2F22F; } Note:- Please change the color code accordingly. Hope this helps...! Thanks & Regards! Nitin InkThemes.com
Hello, The last code didn't solve my question about changing the color of the drop down menu. Is this the right code?? I've made some new pages on my website (normale template). When i open this pages on the site the top of the page (A: in the attached picture) has an different color then the header. Is there an code to change this color also??
Hello, Could you please provide us 'URL' of your site so that we can better assist you? Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hello, Would you please make your site live so that we can access your site and provide you a right solution... Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hello, For your second issue i.e. in dropdown menu is it possible to change the color of the text and background of the dropdown?? So the above code that was given by Mr. Nitin was right and it works perfectly at our end... There might be some cache issue at your end.. So you are kindly requested to clear your cache and check the changes after that.. Code: #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited { color: white; background: black; } For your other issue, i.e. When I open this pages on the site the top of the page has a different color then the header. So for this you can use below code in Custom CSS field of your dashboard. Code: .page-info-container .page_info #crumbs { background: #193251; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com
Thanks, this solved my questions. I've got one small question about changing color. Is it possible to change the color of the "bread crumb" text??
Hello. Code is given below for that.. Code: .page-info-container .page_info #crumbs,.page-info-container .page_info #crumbs a { color: red; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com