Hey there chip303,
I’m not really sure what you’re referring to or what you’re trying to change. I’d like to help more if you could post more details or screenshot of what you’re trying to change 🙂
Best regards,
Bojan
Hi
i tried to change the colour of the subtitle “premium blues | rock & more” to white
Hey again chip303,
This should be fairly easy to change with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
h3.site-description span {
color: #fff;
}
This should change side description text to white, if the code doesn’t work please keep it added and let me know so I can take a look 🙂
Cheers,
Bojan
Thanks Bojan for helping out.
For all Omega child themes, you can override CSS via “Appearance > Customize > CSS”.