Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #704620

    Hi!

    I am trying to change the font family, size & color of the subtitle of the testimonial slider (large).

    The other answers to this question don’t seem to work for me.

    Grateful for any help :)

    #704743

    Hey Tarakbc,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .avia-testimonial-name {
        font-family: Verdana !important; 
        font-size: 20px !important; 
        color: red !important;
    }

    Best regards,
    Rikard

    #704796

    Brilliant. That worked. Many thanks.

    Also, how do I reduce the distance between a ‘masonry content area’ and the ‘special heading’ beneath it. When I edit the page, the elements are right next to each other but on the live site there is too much space between these elements.

    #704797

    Also, I would like to reduce the distance between the testimonial and the testimonial subtitle. How do I do that?

    #705153

    Hi,

    Do you mean the space between the icon and the special heading on your front page? If not then please post a screenshot highlighting what you would like to reduce?

    Try this for the testimonial part:

    #top .av-large-testimonial-slider .avia-testimonial-meta {
        margin: 0 !important;
    }

    Best regards,
    Rikard

    #705285

    The code above worked to reduce the distance between the testimonial and testimonial subtitle. Thank you.

    For the second point, I would like to know how to change the distance / space between the icon and:
    1. the bottom of the masonry above the icon
    2. the top of the masonry below the icon.

    And I would also like to know how to reduce the distance between the testimonial subtitle and the icon beneath it.

    Grateful for any further help :)
    Jangdom

    #706617

    Hi Jangdom,

    Sorry for the late reply, please try this to set the margin above the container element lower on your front page:

    
    .home .column-top-margin {
        margin-top: 40px !important;
    }

    Best regards,
    Rikard

    #706753

    Great thanks Rikard.
    Jandom

    #706989

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.