• I was wondering if I could change the text color in the carousel and if so, where would I go to do that. I looked in the style css but could not locate. thank you so much for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author sur

    (@sur)

    Hi @wishmyr, paste this style in your child theme or in TheCartPress > Appaerance > Custom styles

    Eg: red text

    #template-carousel .carousel-caption h2 a, .carousel-caption .lead {
        color: #FF0000;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    }

    Best Regards

    The CSS above only changes the color of the Title text in the carousel. How would I change the color of the other text in the carousel.

    Thank you,
    bgage

    Ok, got it. Added the following:

    .carousel-caption h4, .carousel-caption p {
    color: #FFF000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change color of text in carousel’ is closed to new replies.