Home>Support>Editing Style.css With Line Number?

Editing Style.css With Line Number?

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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

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

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More