Hello guys,
Any way to leave the Logo text coloured as per Demo? Mine still gray and became purple only when I move the cursor on it.
Thank you
Hello guys,
Any way to leave the Logo text coloured as per Demo? Mine still gray and became purple only when I move the cursor on it.
Thank you
Hi Valentina,
Thank you for your another question.
The logo on the demo site is an image https://cdn.colorlib.com/activello/wp-content/uploads/sites/10/2015/11/logo.png
You can try making text of that color by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
.site-name a.navbar-brand {
color: #a161bf;
}
Best Regards,
Movin