Can't Manipulate Blockquote CSS

Posted in: Newspaper
Post count: 38

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.

Post count: 38

I should clarify: this changes the first block quote, but ONLY the first block quote.

Post count: 22421

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!

Post count: 38

Thank you.

What is the CSS for modifying “block quote left.”? That’s what I’ve been using. I tried to modify it by

.td_quote_box{

//changes

}

and .td_box_left{

//changes
}

and it didn’t work.

Post count: 22421

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!

Post count: 38

Thank you Bogdan! Sorry for the late reply. I was hiking and didn’t have Internet service. This was very helpful.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.