Okay
  Public Ticket #2268632
Change colour of single testimonial
Closed

Comments

  • fredsoneya started the conversation

    Trying to change the colour of 1 piece of text and i'm stuck, can't find anywhere to change it - could you help please?

    The text is in a "single testimonial" container - there is an option to change the colour of the " but not the text?

  •  8,992
    Tahir replied

    Hey,

    Could you provide the page password so we can view it ? .

    Best


    ThemeNectar Support Team 

  •  3,023
    Andrew replied

    Hi fredsoneya,

    The link you provide needs a password to view. Could we have access please.

    Also the piece of text maybe a screenshot would help with the description as the current one is not all that clear.

    Thanks.

  •   fredsoneya replied privately
  •  3,023
    Andrew replied

    Hi Fredsoneya,

    To adjust the text color.Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar_single_testimonial p {
        color: #f7b81e!important;
    }

    Kind regards,

  • fredsoneya replied

    Thank you so much :)