Okay
  Public Ticket #2482078
Edit a text
Closed

Comments

  • Strategy7 started the conversation

    I'd like to change the color of the text on second photo.

    Can you help me?

    Thank you

    Fiore

    See the attached file pls

  •  1,634
    Andrey replied

    Hello, Dear Strategy7!

    1. If you want to change the color of these words, please click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following code:

    .hello .owl-carousel .owl-item.active:nth-child(even) span {
        color: #ce2323;
    }

    Best Regards!