Okay
  Public Ticket #3119713
Testimonial Slider
Closed

Comments

  •  4
    XP_Creates started the conversation

    When I add star ratings to my testimonial slider "multiple minimal visible", the stars will have different tracking than the background. Reference the image I attached to see what I mean. 

    For some reason when I set the slider to "Minimal" the stars will fix temporarily, but will go back to this issue when I change back to "multiple minimal visible" and save, update , & reload the page. 

  •   XP_Creates replied privately
  •  2
    carterx2 replied

    I am having this same issue

  •  8,839
    Tahir replied

    Hey Guys,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .testimonial_slider .star-rating:before {
        font-size: 16px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    XP_Creates replied

    This worked for me. Thank you!

  •  2
    carterx2 replied

    Worked for me - thx.