Page Style Customization Guide
Updated 3 years ago
You need to have basic CSS knowledge to use the guide. Otherwise, you may need to study CSS first.
You can create particular style modifications using CSS language
Where to Write Page's CSS Code #
Most probably, you're using WPBakery Page Builder (Visual Composer) plugin that comes with Impreza. Click a special button at the top of WPBakery Page Builder editor to insert the relevant code:
Insert the code into the appeared field, save changes and preview the page/post to see the changes.
Styling Particular Elements #
Almost every element has a special field called "Extra class name" that could be used to identify this particular element on the page:
Just enter some unique class name, and after that, you'll be able to add custom CSS styles to it:
Styling Particular Elements' Inner Tags #
Let's say we want to style a star icon inside of this button:
We need to edit it and add some unique class name, like this:
Open the page in FireFox (if you don't have FireFox, install it - at least for development purposes). You'll need FireBug plugin for FireFox (if you don't have it, you can install it here). Find the needed tag within the element that has the custom class name:
So we can write a relevant tag's styles the way like this:
To achieve something like this: