Okay
  Public Ticket #2869700
Default Colours
Closed

Comments

  • Alex Silvester started the conversation

    Hi,

    I am trying to design my website using my brand colours. I have been able to change most of the texts colours but not where it says 'new' next to a new portfolio item. As well as the message popup that comes up after you submit a contact us form.


    Please could you advise how to go about changing these colours?

  •  1,823
    Support replied

    Hello Alex,

    try

    .portfolio .item:first-child .item-title::after {
        color: #FF1B0B;
    }

    change the hex color and add the code to customizer -> additional CSS

    Contact page:

    if it's about this message

    https://prnt.sc/1s0yux0

    you have

    .wpcf7 form.sent .wpcf7-response-output {
        border-color: #46b450;
    }
    .wpcf7 form .wpcf7-response-output {
        border: 2px solid #00a0d2;
    }

    div.wpcf7-response-output {
        background: #ff0000;
        color: #fff;
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy