Title: blockquote &#8211; change in css
Last modified: August 21, 2016

---

# blockquote – change in css

 *  Resolved [ekamil](https://wordpress.org/support/users/ekamil/)
 * (@ekamil)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blockquote-change-in-css/)
 * Hi,
    I’d like to change blockquote style. I added this to my custom.css
 *     ```
       blockquote {
         margin:0 0 18px 20px;
         padding:1px 12px;
         border-left:7px solid #006624;
         background:#deffb0;
         height:1%;
       }
   
       blockquote p {
         padding:8px 0;
         margin:0;
       }
       ```
   
 * but there is sth wrong,
    look on this image-> [http://pl.tinypic.com/r/10mleup/5](http://pl.tinypic.com/r/10mleup/5)
   Could someone help me how I can delete quote sign and change size and font style?
 * Thx

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blockquote-change-in-css/#post-4478387)
 * Instead of an image can you post a link to your site? That often makes it easier
   for people to help you with theme CSS questions.
 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/blockquote-change-in-css/#post-4478436)
 * Remove quote sign:
 *     ```
       .entry blockquote:before { content: ""; }
       ```
   
 * Change font style:
 *     ```
       .entry blockquote { font-style: normal; }
       ```
   
 *  Thread Starter [ekamil](https://wordpress.org/support/users/ekamil/)
 * (@ekamil)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/blockquote-change-in-css/#post-4478568)
 * thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘blockquote – change in css’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [ekamil](https://wordpress.org/support/users/ekamil/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/blockquote-change-in-css/#post-4478568)
 * Status: resolved