Besides, the testimonials being on top of a purple background, they would be more legible if written in white. Do you know how can I change their color?
One last thing: I would like the titles (= the text written in caps) to be in a different font. Do you know if it's possible, since they are in the same field as the reste of the text? (see screenshot)
PS: I didn't write these titles in "name" or "subtitle", because the template would have moved them below the rest of the text, and would have scaled them down.
Sorry guys, I know I've been asking a looooot in the past few days (thanks again for your help!), and that you have tens of other questions to responds, but do you have any idea how to fix these things? To recap:
- remove questions marks
- get the dots in white instead of black
- is it possible to have 2 different fonts in the testimonials?
- No you cant have two fonts as both texts are wrapped inside one paragraph html tag.
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):
.testimonial_slider .image-icon {
display: none !important;
}
.testimonial_slider .controls ul li .pagination-switch {
background-color: rgba(255, 255, 255, 0);
border: 1px solid #ffffff;
}
.testimonial_slider .controls ul li .pagination-switch:hover, .testimonial_slider .controls ul li .pagination-switch.active {
background-color: #fff
}
Hey guys,
Following this ticket: https://themenectar.ticksy.com//ticket/2072145/, I wanted to know how could I hide the quotation marks in the testimonial slider?
Besides, the testimonials being on top of a purple background, they would be more legible if written in white. Do you know how can I change their color?
One last thing: I would like the titles (= the text written in caps) to be in a different font. Do you know if it's possible, since they are in the same field as the reste of the text? (see screenshot)
PS: I didn't write these titles in "name" or "subtitle", because the template would have moved them below the rest of the text, and would have scaled them down.
Thanks a lot!
EDIT:
I managed to change the text color, however I couldn't change the dots'.
I tried with this code, but it didn't work:
.testimonial_slider .controls {
color: #ffffff!important;
}
As for the quotation marks that I would like to remove, as well as the use of different fonts, I still need your precious help :)
Thanks a lot in advance!
Best
Sorry guys, I know I've been asking a looooot in the past few days (thanks again for your help!), and that you have tens of other questions to responds, but do you have any idea how to fix these things? To recap:
- remove questions marks
- get the dots in white instead of black
- is it possible to have 2 different fonts in the testimonials?
Thanks guys!
Hey Again,
- No you cant have two fonts as both texts are wrapped inside one paragraph html tag.
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):
Thanks
ThemeNectar Support Team
Thanks a lot Tahir, it's perfect :)