Hi..how do I make the font larger and align "Appraisal Items" so it's in the middle? Link to site ---> http://benfineauctions.com/ Thanks, Ben
Hello, Go to the text editor of Appraisals page (Pages > All Pages) in your dashboard and paste the code given below instead of previous content in that text editor. Code: <p style="text-align: center;">Certified Appraisals</p> <p style="text-align: left;">Certified Appraisals Include: On-site examination, inventory, market-research, photography, valuation and a final appraisal report. The appraisal report will include the description, age, condition, digital photographs, and value.</p> <p style="text-align: left;">Reasons For Certified Appraisals: trusts, insurance, estates, divorce, charitable donations, and equitable distribution</p> <p style="text-align: center; font-size:20px;">Appraisal Items</p> <ul> <li style="text-align: left;"><span class="Apple-style-span" style="line-height: 13px;"><span class="Apple-style-span" style="line-height: 13px;">Antique Toys </span></span><span class="Apple-style-span" style="line-height: 13px;"><span class="Apple-style-span" style="line-height: 13px;"> </span></span></li> <li>Sports Memorabilia</li> <li>Autographs</li> <li>Books, Magazines, & all Ephemera</li> <li>Music Memorabilia</li> <li>Automotive Items</li> <li>Vintage Clothing</li> <li>Military Collectibles</li> <li>Coca Cola & Soda Collectibles</li> <li>Movie Posters</li> <li>Advertising Items</li> <li>Photographs</li> <li>Radios</li> <li>Telephones</li> <li>Bicycles</li> <li>Clocks</li> <li>Oil Paintings</li> <li>Holiday Items</li> <li>& Much More…</li> </ul> <p style="text-align: center;">Preparing For An Appraisal</p> <p style="text-align: left;">Decide which items you would like to be appraised and make a list</p> <p style="text-align: left;">Gather all documentation including sales receipts, certificates, previous appraisals, letters, etc…</p> <p style="text-align: left;">Fees: Charged hourly for on-site inspection, research, and documentation.</p> <p> </p> <div style="text-align: left;"><span class="Apple-style-span" style="border-collapse: collapse;"> </span></div> This will solve your issue.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar p { font-size: 16px; } .content-bar li { font-size: 16px; } Adjust its value as per your requirements.