Jump to content

How to add inline blockquote


newcoder1010

Recommended Posts

Hello,

 

I would like to add inline blockquote before and after the paragraph below.

#block-views-testimonial-slideshows-block-1 .views-field-body p{
    border: none;
    margin: 0 auto 0;
    float: left;
    background: transparent !important;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5;
    position: relative;
}

I wrote the below css and it is not writing the double quotes:

#block-views-testimonial-slideshows-block-1 .views-field-body p:before {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
}

#block-views-testimonial-slideshows-block-1 .views-field-body p:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
}

Can you please help?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...