Hi there Is there CSS code to change the Header Colour to white and text colour to black for phone details on right hand side. Many thanks as always Maggie
Hi, Greetings from InkThemes, It would be our pleasure to serve you. Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header { background: white !important; } Hope it will resolve your issue Thanks & Regards! Nitin InkThemes.com
Many thanks Nitin that did the trick. I now need to be able to change the font colour to black so I can add phone details on the right hand side of the header. Also can you please tell me how to remove the Read More button. Cheers Maggie
Hi, Greetings from InkThemes, Could you please provide us URL of your website so that we can provide you the exact solution accordingly? Thanks & Regards! Nitin InkThemes.com
Hello Nitin. My apologies for my late response. I have decided to leave the header in the theme colour. Could you please tell me though how to remove the orange READ MORE button as indicated in the image above. Cheers Maggie
Hello, Greetings from InkThemes! Sorry, but I am a little bit confused with your issue that are your interest in changing the color of the button or want to remove that button completely. But still here I am providing you solution of both the possibilities. 1.) If you want to remove the button completely then paste the CSS code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: input.btnsubmit { display: none !important; } 2.) If you want to change the color of that button, use below CSS code in custom CSS field of your dashboard. Code: .signupform input.btnsubmit { background: burlywood !important; } Note: Change color as per your interest. Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com
Hello, Could you please provide us 'URL' of your site so that we can better assist you? Thanks & Regards! Priyanka InkThemes.com