0
Answered

change font

Ashley 4 years ago updated by Josh 4 years ago 2

How do I change the font? It's big and bulky. I was hoping for something like in the previews on the website. 

howiegetsitsold.com

+1
Under review

Hey Ashley,

The plugin uses the CSS rules for the website. You can edit the font with something like this added to the custom CSS for the review template...

.indrevdiv {
font-size: 13px;
font-style: normal;
line-height: 22px;
}

More about font rules here...

https://www.w3schools.com/cssref/pr_font_font.asp

Thanks,

Josh