Tagged: Color, Testimonial Slider
-
AuthorPosts
-
August 9, 2018 at 6:33 pm #995646
Hello at Kriesi,
first of all like always a warm thank you to you for the great theme.I like to change 3 things in the testimonial slider:
1. I want the URL-Link of the Testimonial Slider to be in the next line, under the job description. I have tried to use a <br> in the name of the link but that does not work.
2. Is it possible to delete the hypen/indent between job description and Website link of the testimonial?
3. How do I change the color of the hyphen/indent? I cannot find it in the CSS.Thanks.
Best Regards
SigmundAugust 9, 2018 at 6:49 pm #995656Hey Sigmund,
Have you tried using:
<br />
For the line-break instead?
Best regards,
Jordan ShannonAugust 9, 2018 at 6:55 pm #995665Hi Jordan,
I have tried that, it does not work. It only shows the code in the frontend.Best Regards
SigmundAugust 9, 2018 at 8:05 pm #995687Hi,
Please provide admin info so we can log in and look into this issue further.
Best regards,
Jordan ShannonAugust 10, 2018 at 12:21 am #995777This reply has been marked as private.August 12, 2018 at 4:35 pm #996451Hi Sigmund,
You can remove all the br tags.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-testimonial-meta-mini { color: #fff; } .avia-testimonial-meta-mini a { display: block; }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 13, 2018 at 9:41 am #996595Hello Victoria,
great, there is a line break now. Do you have a solution for my second point to?
2. Is it possible to delete the hypen/indent between job description and Website link of the testimonial?Best Regards
SigmundAugust 13, 2018 at 1:40 pm #996670Hi Sigmund,
You need to edit the /enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.php
to remove the hypen.If you need further assistance please let us know.
Best regards,
VictoriaAugust 13, 2018 at 1:51 pm #996678Hi Victoria,
thanks. I have deleted the – in line 496 and now it works.if($link && $subtitle) $output .= " – ";
You can close the topic.
Best Regards
SigmundAugust 13, 2018 at 2:31 pm #996697Hi Sigmund,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 5, 2018 at 10:25 am #1005959Thanks, you can close the topic.
September 5, 2018 at 11:07 am #1006021 -
AuthorPosts
- The topic ‘Line break and hyphen in testimonial slider’ is closed to new replies.