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.

Replies

4
  1. Cameron Francis 11 years, 9 months ago

    It is happening mainly on the ‘Circle icon’ text which I am also having trouble figuring out how to change the text size on that particular widget.

    Thanks

  2. Andrew Misplon Staff 11 years, 9 months ago

    Hi Cameron

    Thanks for running Vantage Premium.

    This is unfortunately a small issue you’ve run into. If you don’t mind working with a little CSS we can resolve it. Please insert the following under Appearance > Custom CSS:

    /* Circle Icon Font */
    .circle-icon-box { font-family: Arial; }
    /* Circle Icon Heading Color */
    .widget_circleicon-widget .circle-icon-box h4 {
    color: #3b3b3b !important;
    }
    /* Circle Icon Text Color */
    .widget_circleicon-widget .circle-icon-box p.text {
    color: #5e5e5e !important;
    }
    /* Circle Icon More Link */
    .widget_circleicon-widget .circle-icon-box a.more-button {
    color: #3b3b3b !important;
    }
    .widget_circleicon-widget .circle-icon-box a.more-button:hover {
    color: #dd3333 !important;
    }
    /* Vantage set Circle Icon Widget Icon color */
    .widget_circleicon-widget .circle-icon-box .circle-icon [class^="icon-"] {
    color: #FFFFFF;
    }

    You’re welcome to delete whichever sections you don’t need to edit. You should replace Arial with your font-list and change the colors I’ve listed to the ones you require.

  3. Cameron Francis 11 years, 9 months ago

    Thank you! Sorry to ask such a simple question. I do have one more question, is there a way to put in my own vector icon for the circle icon?

  4. Andrew Misplon Staff 11 years, 9 months ago

    You can put an image in by selecting None for the icon and then using the background image field in the widget settings to place your own image. You can get that url from the image after it’s been uploaded to the Media Library, check the right column.

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