Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Hi,

    Thanks for posting an example.

    To always add bookend quotes, add this to your theme’s stylesheet or custom CSS function:

    .testimonial .content  p:before {
    	content: '\201C';
    }
    .testimonial .content  p:after {
    	content: '\201D';
    }

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Did that work as expected?

    Chris–tried to do this too. I’m just hand-jamming the quotation marks into the quote regardless. This is what I entered–

    I’m going to open another thread about padding question and repost the below.

    /*open-suggest fr CD, toy w padding */
    .wpmtst-widget-container .content {
    width: auto;
    text-align: justify;
    text-justify: inter-word;
    }

    .testimonial .content p:before {
    content: ‘\201C’;
    }

    .testimonial .content p:after {
    content: ‘\201D’;
    }

    Oh, I’m going to add that to custom CSS via the plugin which adds it to the ‘page’ and see if it works…//CL

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS styling’ is closed to new replies.