- VivaDigital February 18, 2014 at 10:43 am
Hi,
Why does the Appointment form not display when you don’t enable Testimonials? I would like to display the Appointment form on the right and either Staff Profiles or Services on the left.
Thanks
Juanfra Aldasoro February 18, 2014 at 1:44 pmHi There,
Thanks for writing.
It was a design decision (having the active sidebar only if the Feedback is displayed). Unfortunately thereĀ“s no way to get that done with the theme options, you’ll need to dig into the code.
Best,
Juan.VivaDigital February 25, 2014 at 8:03 amHi
As a fix, can we change the style of the testimonial text so it is not italic and it is larger?
Thanks
Juanfra Aldasoro February 25, 2014 at 2:28 pmHi There,
Thanks for writing back.
Yes, you’ll need to add some custom css for the following class: #container .home-testimonial .content .feedback-text{}
You can learn more about adding custom css here: http://nicethemes.com/support/theme-docs/paeon/#custom-css
Best,
JuanVivaDigital February 25, 2014 at 7:51 pmHi
I have added this line of code to the custom CSS box but it hasn’t worked?
Is this correct? http://prntscr.com/2vszhs
Thanks
Juanfra Aldasoro February 25, 2014 at 8:12 pmHello,
You need to set rules for that class. Like
font-size: 15px;
font-style: normal;Best,
Juan.VivaDigital February 25, 2014 at 8:19 pmI am really sorry, but I don’t know how? I just need the text to be slightly bigger and not italic.
Could you give me the line of code? I would really appreciate it. Thanks
Juanfra Aldasoro February 25, 2014 at 8:22 pmHello there,
We don’t give support on customisations.
#container .home-testimonial .content .feedback-text{ font-size: 15px; font-style: normal; }
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.