Blockquotes

Hi,

I want to remove blockquotes (") along with the color that appears on the Testimonials. 

With this existing thread, Can Do we hide the close button in the shortcode? - I used .alert a.close { display: none !important; }  in shortcodes.css. Also, I added blockquote::after { background: none !important; }, but the changes have not reflected. On making any changes to style.css or shortcodes.css, do I need to make changes in any file (i.e. php, js, etc.). If not, then why the changes are not reflecting. Can you please help me out with this issue?

Vidyanext..

Comments

  • Hi,

    to remove blockquote image and background from testimonials, you need to use the following css:
    .testimonials_slider .testimonials_slider_ul li .bq_wrapper { background: none !important; }
    blockquote::after { background: none !important; }
    We did checked both css on our end, and these works fine. We are 100% sure about that! However, if above css won't work on your end, it means you did something wrong. We always suggest to move the css that does not work onto 1st position and check. Please paste all custom css's under Theme options > Custom CSS & JS > Custom CSS section.
  • Hi,

    The above code worrked for me..

    Thanks
    Vidyanext
Sign In or Register to comment.