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.

How can I change the color of a title in Page Builder via CSS?

10 years ago · Last reply by Daniel 10 years ago

http://flockofpigsmanchester.com/webtests/meet-the-team/

Hi, Please can someone help me by telling me how I can change the color of a title in CSS for a pagebuiilder widget for the site link above?
I want to add name titles in white to each profile on the page, but at present the widget text color is set at the same green as the background so that the footer widgets match up.

Many thanks
Phil

URL: http://flockofpigsmanchester.com/webtests/meet-the-team/

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Daniel Staff 10 years, 11 months ago

    Hi Phil Ainley

    You can fix/change this with some custom CSS. Kindly place the following custom css at the bottom of the style.css file located via Appearance > Editor > Styles.css

    .widget p, .widget .textwidget {
    color: white!important;
    }

    Try that out

    Cheers :-)

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