-
AuthorPosts
-
February 3, 2016 at 12:12 pm #577063
like this? http://imgur.com/3sD61gU
first the picture in bigger size.
then the name
then the comment.how can i get this effect? Thank you, greetings.
February 3, 2016 at 12:31 pm #577072and how can i get the font color WHITE? :)
February 3, 2016 at 12:41 pm #577078and how can i get the arrows in white color? :) thank you so much, conny
February 3, 2016 at 3:49 pm #577133Hi Alexander!
Please add following code to Quick CSS
#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image { width: 180px; height: 180px; float: none; } #top .av-large-testimonial-slider .avia-testimonial-meta-mini { text-align: center; width: 100%!important; } #top .av-large-testimonial-slider .avia-testimonial-name { font-size: 30px; }Best regards,
YigitFebruary 4, 2016 at 6:14 pm #577948Cool thank you Yigut. How can i get the Name of the person and the picture above the comment?
February 5, 2016 at 3:21 pm #578529Hi!
Please add the following CSS in Quick CSS
.avia-slideshow-arrows .avia-slideshow-controls, #top .av-large-testimonial-slider .avia-testimonial-content { position: absolute!important; top: 300px; }Regards,
Vinay KashyapFebruary 5, 2016 at 5:18 pm #578606Sorry but don`w work.
February 5, 2016 at 5:33 pm #578623Hey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(function() { jQuery(".avia-testimonial-meta-mini").each(function(){ jQuery(this).closest('.avia-testimonial_inner').prepend(jQuery(this)); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitFebruary 5, 2016 at 6:31 pm #578666Done. And now effect.
February 5, 2016 at 6:35 pm #578672Hey!
Please flush browser cache. I can see the changes.
You should change following custom CSS code#top .av-large-testimonial-slider .avia-testimonial-meta-mini { text-align: center; width: 100%!important; }to following one
#top .av-large-testimonial-slider .avia-testimonial-meta-mini { float: none; text-align: center; }Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.
