Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,
    Add the following code to your custom css and change the border-left and color to whatever you want.

    .slidesDescription p {
    border-left: 1px solid #F05D7D;
    color: #FCCED7;

    The code above is missing a closing bracket.

    Updated code

    .slidesDescription p {
    border-left: 1px solid #F05D7D;
    color: #FCCED7;
    }
    Thread Starter lcapponi

    (@lcapponi)

    Thank you, worked perfectly!

    Do you know how to change the “Call Us” and phone number text color as well? I do know how to change the image, just haven’t gotten around to that part yet.. The text color over the image is still pink. Thanks!

    Thread Starter lcapponi

    (@lcapponi)

    Actually, sorry, that code only worked for the front page! Is there a way to apply it to call pages?

    Yes for the other pages add the following

    .pink-container p {
        border-left: 1px solid #F05D7D;
        color: #FCCED7;
    }
    Thread Starter lcapponi

    (@lcapponi)

    Thanks a lot! ??

    Also for call us

    .spa_tag span {
        color: #D61841;
    }

    and the phone number

    .spa_tag span p {
        color: #9C253E;
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing header text color, pink separator bar.’ is closed to new replies.