Home>Support>CCS by Pagebuilder

CCS by Pagebuilder

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More