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.

Vantage Premium – changing font of site title

10 years ago · Last reply by Support Assistants 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Support Assistants 10 years, 1 month ago

    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. redsyrah 10 years, 1 month ago

    Thanks very much.

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

  3. Support Assistants 10 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread