I tried this, using !important. Did nothing for font-style or font-weight; it’s still italic.
.td-post-content blockquote p{
font-style:normal!important;
font-size: 15px;
line-height: 20px;
font-weight: normal;
text-align: center;
text-transform: capitalize;
color: red;
}
Any help appreciated. Thank you.
Hello,
Our theme offers more blockquotes than the default one from the mce editor. Please check the formats tab: http://screencast.com/t/MGJwVEa1PJ2h
If you still want to alter the default quotes, your code does exactly what you want it to:
before: http://screencast.com/t/qOPoNRTcHc after: http://screencast.com/t/8WIRlfDf0Yf0
PLease check your custom code in the custom css box and verify that the code above this one is properly closed.
Also clear cache afterwards.
Thank you!
Hi,
You can see any element’s class using the browser inspector. Here is a brief guide on how to use it: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I’m not sure which left you are referring to though there is a quote left, quote box left or pull quote left.
Here are the classes for each one:
.td_quote_left{}
.td_box_left{}
.td_pull_left{}
Thank you!