Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #850655

    ldollard
    Participant

    http://dev3.novelcreativeagency.com/

    At the bottom on:

    #x-content-band-3

    I cant figure out how to remove those two gray lines in the testimonial widget, could you help please.

    thanks

    #850658

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To remove those two gray lines in the testimonial widget, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .testimonials-widget-testimonial q, 
    .testimonials-widget-testimonial blockquote {
        border: none;
    }

    Hope this helps. Kindly let us know.

    #850674

    ldollard
    Participant

    perfect thanks so much

    #850676

    Zeshan
    Member

    You’re welcome! 🙂

    #850722

    ldollard
    Participant

    do you also know how to change the text color for the 6 grid image layout, if you hover white text drops over, but its hard to read, wanted to know if i can make the text black or some other color

    i think this is the widget class=”vc_grid vc_row vc_pageable-wrapper vc_hook_hover”

    #850724

    Christian
    Moderator

    Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. Thanks for understanding.