Quotes Not Working

Posted in: Newsmag
Post count: 8

I would like to submit another issue: Every single quote variant I try seems to not work. For some reason it works in the demo posts but not in my new page that I just added. You can see it here: http://thryvewell.com/about/

The quote that seems to not be working is at the bottom of the page in green.

I have tried disabling all of my plugins before writing this to verify that it was not a plugin incompatibility.

Post count: 6535

Hi

The quotes wasn’t designed to work on pages if Visual Composer it’s used but you can try this custom css in theme panel > custom css: http://screencast.com/t/R1USfvkXOa

.td-container .td_quote_box p{
font-family: 'Open Sans', arial, sans-serif;
    color: #777;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    padding-bottom: 16px;
    margin: 0;
    text-transform: none;
    font-style: italic;
}
.td-container .td_quote_box {
    background-color: #FCFCFC;
    border-left-style: solid;
    border-width: 2px;
    border-color: #4db2ec!important;
    padding: 15px 23px 0 23px;
    position: relative;
    top: 6px;
}

Note that this css will work fine only for this case, if you want different quotes, will be needed other customizations.

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.