Making minor style changes is simple once you understand the underlying structure. Every theme and plugin is different and Strong Testimonials is no exception.
This quick guide is meant to point you in the right direction. It is not a comprehensive style guide or CSS course. It assumes you have a basic understanding of HTML and CSS, or are at least willing to try. WordPress does require a certain bravery. 😉
Terminology
Let's get our terms straight.
selector { property: value; }
A rule set (also called a rule) consists of a selector followed by a declaration block.
A declaration block starts with a left curly brace and ends with the matching right curly brace.
A declaration consists of a property name, followed by a colon, followed by a value.
Steps
Read More
- Shortcodes
- Getting started
- How to add the form
- Complete example of customizing the form
- Troubleshooting
- Star ratings
- Pagination methods
- How to display the number of testimonials
- YouTube, Twitter, Instagram, Facebook
- Custom fields
- Custom templates
- Custom templates - Initial steps
- Custom templates - Renaming
- Custom templates - The files
- Enable comments