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.

Carousel Text for Focus Theme

Open 3 replies premiumthemetheme-focus
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 3 months ago

    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. Matt 11 years, 3 months ago

    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. Andrew Misplon Staff 11 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread