Home>Support>Carousel Text for Focus Theme

Carousel Text for Focus Theme

By Matt, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
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].

I’m wondering where I would tweak the text used in the front page Image Carousel on the Focus theme. Primarily I’m looking to possibly change the font, font size, and possibly the color.

Thanks for your assistance.

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, 7 months ago Andrew Misplon
    Hi, I Work Here

    Hi Matt

    Insert the following under Appearance > Custom CSS and edit as required:

    /* Focus Slider Text */
    
    .slider h1 {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 42px;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 1px rgba(0,0,0,0.3);
    }
    

    Hope that helps.

  2. 10 years, 7 months ago Matt

    This is massively helpful, thanks so much Andrew.

    If you dont mind me asking one more favor. On the individual posts, as you follow them from the front page, the title text that appears above the Video appears to also be very large, in the 42px range. Is it possible to do something similar with that to reduce the font size down a little?

    Thanks again for your help.

  3. 10 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    No problem, glad we could help.

    Sure, it would go as follows:

    /* Focus Single Page Title */
    
    #single-header h1 {
    font-size: 42px;
    }
    

    Some of the CSS I help out with is a little advanced but cases like the title here are pretty straight-forward. Check out Greg’s video on Custom CSS if you’re interested in how I grabbed that. I did it all from my browser and the theme demo.

    https://www.google.com/analytics/web/?hl=en

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