Okay
  Public Ticket #965965
Remove Testimonial Counter
Closed

Comments

  •  2
    Cauhe started the conversation

    Hi!

    How can I remove the Testimonial Counter, keeping just the main text vertically aligned in the row?

    Please check the image attached.

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Cauhe replied privately
  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .testimonial_slider[data-style="minimal"] .controls {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Cauhe replied

    Hi! Tks for that!

    I did it and now the counter are gone. But the ''space'' for than still there,  making the testimonial text not vertically aligned in the row. Please check the attached file.

    Can we fix this?

    Tks!

  •  3,030
    Andrew replied

    Hi Cauhe,

    Thanks for keeping in touch with us.

    Kindly add the following CSS as you did previously and let me know if it helps:

    /*blockquote padding*/
    .testimonial_slider blockquote p {
        padding-top: 15px!important;
    }
    /*blockquote height fix*/
    blockquote.no-trans p {
        height: 75px !important;
    }
    /*contorl buttons padding fix*/
    .testimonial-next-prev a {
        margin-top: 0%!important;
    }

    I hope this helps,

    Best Regards.


  •  2
    Cauhe replied

    Hi!

    Tks for your help, but it is not working yet. 

    Please check the attached file. 


  •  3,030
    Andrew replied

    Hi Cauhe,

    We removed our previous CSS and added this instead:

    div.col.span_12.light.left div.wpb_column.column_container.vc_column_container.col.instance-16{padding-bottom:0%;}

    That seems to fix the issue.
    Cheers.

  •  2
    Cauhe replied

    Hi!

    Yes, it is perfect now! Tks!

    PS. Loving the ThemeNectar Support

  •  2
    Cauhe replied

    Hi!

    It was working perfectly, but it is not anymore. The CSS you wrote stills there. 

    Can you take a look please?

  •  8,996
    Tahir replied

    Just adjusted the css for you. 

    Thanks 


    ThemeNectar Support Team