Home>Support>Vantage Premium – changing font of site title

Vantage Premium – changing font of site title

Hi,

I have a site title which is the name of the website on the front page and it is currently the default grey. How do I change the colour of this title?

Also, I am using the front page with the 3 columns with an icon, heading and text in each. I have updated the colours of the icon and the font of the headings but cannot find where I change the colours of the headings.

Thanks

Vanessa

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

  1. 8 years, 6 months ago SiteOrigin
    Hi, I Work Here

    Hi Redsyrah

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Site Title */
    
    header#masthead .hgroup h1 {
    	color: #666666;
    }
    
    /* Circle Icon Heading Color */
    
    .widget_circleicon-widget .circle-icon-box h4 {
    	color: #3b3b3b !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 6 months ago redsyrah

    Thanks very much.

    Is it also possible to increase the size of the Circle Icon Headings?

  3. 8 years, 6 months ago SiteOrigin
    Hi, I Work Here

    Sure. Just add a font-size declaration to the h4 rule.

    /* Circle Icon Heading Color */
    
    .widget_circleicon-widget .circle-icon-box h4 {
    	color: #3b3b3b !important;
    	font-size: 20px;
    }
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