Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1269568

    The below CSS works but affects the website globally. I added a custom ID attribute to the section I want to be altered, but I cannot seem to get the CSS to work properly.

    strong.avia-testimonial-name {
    color: white !important;
    }

    Attribute and class are both named: hptestimonial

    #1269770

    Hey leahmessina,

    Please try the css like this:

    
    #top .hptestimonial strong.avia-testimonial-name {
      color: white;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.