D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: New Testimonial Section – how can we change

Front Page D5 Creation Forum General Support New Testimonial Section – how can we change Re: New Testimonial Section – how can we change

#4520
D5 Creation
Keymaster
Quote:
Quote from pablocabo on June 27, 2013, 06:35
Site: http://idahoprocessor.com/
Theme: Simplify

How can we;
1) slow up (too fast, can’t read it all)
2) change formatting (left formatted vs. center)

Thanks

Please change the value of speed: 1000, from Line 151 of front-page.php

for left alignment of the testimonial use the following code in the Custom Code within Head Area of Simplify Options.

Code:
<style>
.fpage-quote { text-align: left; }
</style>