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.

Editing Style.css With Line Number?

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

Hi, We just purchased the Vantage Premium Theme in hopes of Is there any way of editing the style.css to have the line numbers in it? There are so many duplicate entries. Could you please provide step by step instructions on how to customize the Circle Icon Widget and parts of it? We would Generally want to change the alignment of all of the Text within the Circle icon Widget to become Justified and not Centered.

.widget_circleicon-widget .circle-icon-box {
text-align: center;

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, 7 months ago

    Hi Maria

    Thanks for running Vantage.

    Our tutorial on Custom CSS is here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/. Please be sure to use Appearance > Custom CSS or your own custom CSS module rather than editing via Appearance > Editor. Any changes made there will be lost the next time you update the theme.

    Here is a full set of Circle Icon selectors you can place under Appearance > Custom CSS and edit:

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

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