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.

Change Text Widget Title Color

Resolved 10 replies pluginplugin-page-builder
11 years ago · Last reply by Pegasus Bus 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

10
  1. Daniel Staff 11 years, 8 days ago

    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. Pegasus Bus 11 years, 8 days ago

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

  3. Pegasus Bus 11 years, 8 days ago

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

  4. Daniel Staff 11 years, 8 days ago

    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. Pegasus Bus 11 years, 7 days ago

    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. Daniel Staff 11 years, 5 days ago

    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. Pegasus Bus 11 years, 4 days ago

    OMG! Thank you!

  8. Daniel Staff 11 years, 4 days ago

    Hi Pegasus,

    You are most welcome! :)

  9. Pestilinz 11 years, 4 days ago

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

  10. Pegasus Bus 11 years, 3 days ago

    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.

Have a different question or issue?

Start New Thread