Home>Support>Change Text Widget Title Color

Change Text Widget Title Color

I am trying to change the ESPN WIDE WORLD OF SPORTS title in the red section from gray to white. Nothing i have tried works. I do not want to change all the titles… just that one in the css attributes of the widget.

HOW!?

URL: http://www.pegasusbus.com/fimba/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi Pegasus,

    To go that kindly place the following custom css at the bottom of the style.css file located via Appearance > Editor > Styles.css

    h3.widget-title {
        color: white !important;
    }
    

    Cheers :)

  2. 9 years, 7 months ago Pegasus Bus

    wont that change all h3 titles? i just want to be able to change specific ones.

  3. 9 years, 7 months ago Pegasus Bus

    i cant get the title to change color in the pagebuilder custom css for the individual widget

  4. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi Pegasus,

    Sorry for the delay in response.

    No it should not change the color of all h3 elements because an extra class name “widget-title” is also added to the CSS. Please try the code and if it indeed changes the color of other h3 elements then let me know.

    Cheers!

  5. 9 years, 7 months ago Pegasus Bus

    when i apply the code to the widget attribute css… it does nothing. When i apply to code to the custom css it changes every h3 title to white. This would be awesome if i didn’t need titles in black as well as white.

    I am using the widget in page builder a few times, which is why i cant change everything to white. If there was a way to get the code for a select text widget like menu items i change :

    #menu-item-2955 a{
    background-image: url(“http://www.pegasusbus.com/disney.png”);
    background-color: #007FFF;
    }

    as the 2955 specifies a certain item and not the whole group of menu items.

  6. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi Pegasus,

    Try this CSS instead, I put the id number of that particular widget so it should work:

    #pgc-1801-5-0 .widget-title {
    color: white!important;
    }

    Cheers!

  7. 9 years, 7 months ago Pegasus Bus

    OMG! Thank you!

  8. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi Pegasus,

    You are most welcome! :)

  9. 9 years, 7 months ago Pestilinz

    How did you find the id number for the specific widget?

  10. 9 years, 7 months ago Pegasus Bus

    if you right click the area in question and inspect the element you’ll find the code he is referring to. After Addo told me what to look for its easy to find now.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More