Color change for my header widget title
I have been trying to figure out how to change my header widget title to white which i know should be:
#FFFFFF
but for some reason all the threads I have looked at and followed have not helped me become successful in changing it.
I was able to determine what i was trying to target:
<h3 class="widget-title">Login For Truth</h3>
but I am unsure what I need to add to my custom css editor in order to make the necessary change
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Nathan
Thanks for reaching out.
Add the following to Appearance > Custom CSS:
/* Header Sidebar */ #masthead .hgroup #header-sidebar .widget-title { color: #fff; }For future edits like this you might consider our new Custom CSS plugin: Page: SiteOrigin CSS Editor
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.