Hi there, How can I change the colour of the homepage identity text: Linda Woudstra, top left? I want it in black instead of white. See scrprt 2 and 3? Thanks for your help Greetings, Steven
Hi Steven, Can you share the site URL here? I need to check and will tell you the appropriate Custom CSS code for changing the text color. I look forward to hearing from you soon. Warm Regards! Naveen Kolhe InkThemes.com
Dear Naveen, I foresee that when the homepage text is changed to black, this will be in conflict with the dark banner that shows on top when you click on to any page. Perhaps there would be a need to either change the dark color to a light one, insert a banner or change the text there to white... Please advise Steven
Hi Steven, Yes! you are right. To change the color of the Logo Text just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_wrapper .logo h1 a { color: #0a0a0a; } Code: .header_wrapper .logo p { color: #191919; } Hope this helps...! Let me know if you need something else. Thanks & Regards, Shruti Jain InkThemes.com
Thanks, unfortunately the problem is now turned around; black logo text on homepage results in unreadable black logo text on banner of any page. How can I change the text to black on homepage and to white on pages simulantiously? How can I replace the dark colour of the page top banner to a light grey or other colour? Pls advise, Steven
Hello Steven, That's not possible, However, you can change the header background so that, your text could appear. Warm Regards! Naveen Kolhe InkThemes.com
Hi. I altered the header_wrapper.logo p color to {#c9e8cf} in the CCS, hoping it would change the dark grey colour of the header on pages (see scrprt) to the new colour #c9e8cf. Unfortunately it doesn't. Can you advise what I'm not doing correctly? Best wishes, Steven
Hi Steven, To change the color of the desired area just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_container.not_home { background: #c9e8cf; border-bottom: none; } Hope this helps...! Thanks & Regards, Shruti Jain InkThemes.com