• Resolved gooddinnermom

    (@gooddinnermom)


    In the Theme Options section under Home Page Settings, I have selected an image slider to appear. Love this HOWEVER, is there any way to change the color of the black “label” that appears in front of the featured image photo? It is too big and if I could make it a different color, even better.
    Thank you.
    https://gooddinnermom.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The CSS for that element is here:

    .nivo-caption {
        background: none repeat scroll 0 0 #000000;
        color: #FFFFFF;
        padding: 10px;
        width: 70%;
        font-size: 13px;
    }

    So try copying the above to your custom CSS and making changes you want there.

    Thread Starter gooddinnermom

    (@gooddinnermom)

    I copied and pasted that into my edit CSS and then changed the color to what I’d like. Nothing happened. Am I doing something wrong?
    Thanks

    I’m not sure how that theme is set up – is that a theme option for custom CSS? I don’t see that CSS code.

    Theme Author alex27

    (@alex27)

    You should use My Custom CSS plugin for this or create a child theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image slider "black title box" Can I change this?’ is closed to new replies.