Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1102866
    JW & Co.
    Participant

    Good evening support staff,

    Thanks for working late into the night/morning alongside us developers/designers.

    If you scroll down 60% of the landing page at homeandhealthy.joshuaweatherstone.com you will find a section titled “What Others Are Saying.” Could you please tell me how to change all of the text to white? I am struggling to target it correctly. Additionally, if you look closely you will see small arrows to the left and right of the rotating testimonies. Any chance you could tell me how to make those start white with some opacity and then become 100% white upon hover?

    Thanks!
    Josh

    #1103066
    Rupok
    Member

    Hi Josh,

    Thanks for writing in!
    You can add this under Custom > CSS in the Customizer.

    .testimonial_rotator_quote, .testimonial_rotator_author_info {
      color: #fff;
    }
    
    .testimonial_rotator_prev, .testimonial_rotator_next {
      color: #fff;
      opacity: .8;
    }
    
    .testimonial_rotator_prev:hover, .testimonial_rotator_next:hover {
      color: #fff;
      opacity: 1;
    }

    Hope this helps.

    Cheers!

    #1103480
    JW & Co.
    Participant

    Thanks! Works wonderfully.

    #1103481
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1102866 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>