Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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
    Sigmund

    #995656

    Hey Sigmund,

    Have you tried using:

    <br />

    For the line-break instead?

    Best regards,
    Jordan Shannon

    #995665

    Hi Jordan,
    I have tried that, it does not work. It only shows the code in the frontend.

    Best Regards
    Sigmund

    #995687

    Hi,

    Please provide admin info so we can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #995777
    This reply has been marked as private.
    #996451

    Hi 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,
    Victoria

    #996595

    Hello 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
    Sigmund

    #996670

    Hi 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,
    Victoria

    #996678

    Hi Victoria,
    thanks. I have deleted the – in line 496 and now it works.

    
    if($link && $subtitle)	$output .= 					" &ndash; ";
    

    You can close the topic.

    Best Regards
    Sigmund

    #996697

    Hi Sigmund,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1005959

    Thanks, you can close the topic.

    #1006021

    Hi,

    Great, thanks for the info. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Line break and hyphen in testimonial slider’ is closed to new replies.