Free and Premium WordPress Plugins & Themes Forums WordPress Themes Alpenhouse How to edit testimonial styling?
- This topic has 1 reply, 2 voices, and was last updated 4 years ago by
Andre Flores.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- March 11, 2021 at 8:02 pm #1088365
Bradley Velsink
ParticipantHey there!
I may be missing something obvious, but I can’t seem to find where someone can edit the testimonial styling. Font, image size, color, background etc. Can anyone help?
March 12, 2021 at 1:21 am #1088466Andre Flores
ModeratorHello Bradley,
The styling of Testimonials section can be edited via custom CSS only. It is recommended to add a custom CSS class to the widget via Elementor first: https://prnt.sc/10jkfzn. After that feel free to apply custom CSS styles to the desired elements, e.g.:
.testimonials-widget { color: green; } .testimonials-widget .rating .star { color: green; } .testimonials-widget .more-link { background: green; color: #000; } .testimonials-widget .more-link:hover { color: #fff; } .testimonials-widget .hentry:not(.page) .entry-header h2 a { color: #000; } .testimonials-widget .hentry:not(.page) .entry-header h2 a:hover { color: green; }
Above is an example of CSS with the .testimonials-widget custom CSS class added to the Elementor widget.
Regards,
Andre - AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.