How to make font lower case on slide title

This support request was posted in BBQ by zharris4

Request ID #6143 In Progress
  • What css would I use to make the slide title lowercase?

    Juanfra Aldasoro

    Hello,

    Thank you for writing. There’s a property in CSS named text-transform and that is used to uppercase the slider caption. http://www.w3schools.com/cssref/pr_text_text-transform.asp

    By using a tool like firebug (http://getfirebug.com) you can inspect the website in order to determine what HTML element has the class you need to modify. I’d recommend you to check out that extension. For the particular case of the slider caption, it is .flex-caption h2.

    So, in order to change that, you’ll need to use a CSS like this one (in the custom.css file or the “Custom CSS” field within your theme options panel):

    .flex-caption h2 {
        text-transform: lowercase;
    }
    

    Best,
    Juan.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server