This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Color change for my header widget title

10 years ago · Last reply by Andrew Misplon 10 years ago

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

URL: http://financialteachings.com/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi 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.

Have a different question or issue?

Start New Thread