I would like to remove the quotation marks from the testimonial section. In addition I would also like to change the font size and font type. Many thanks
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .testimonial p { background: none; padding-left: 0px; font-size: 16px; font-family: symbol; } Inplace to "16px" and "symbol" you can put your value for font-size and your font respectively. This will solve all your issue.