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.

CCS by Pagebuilder

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

Hi I want to make some changes in styles using Pagebuilder, but for example for h1 i cannot find the right class or i do not how to write it, In Vantage headline widget I entered in class field “widget_headline-widget panel-widget-style” and above h1{font-size: 40px}. But the data does not change. Could you help me? Thanks! Laura

See the home page, i want to change h1 headline and after that, other fields.

URL: http://oficing.esy.es/

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 2 months ago

    Hi Laura

    In many cases there is specific styling for widgets. If you’re just looking to change the H1 in the Headline Widget you’ll need to use the following in a Appearance > Custom CSS (Vantage Premium) or your own Custom CSS plugin like Simple Custom CSS or Jetpack Custom CSS if you’re running Vantage Free:

    /* Vantage Headline Widget */
    .widget_headline-widget h1 {
    font-size: 26px !important;
    }

    That’ll change all the Headline Widget H1’s.

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