I'd like to get rid of the shaded background for blockquote in PlatformPro and perhaps put a left border in there instead. But I can't work out the CSS - saw this advice for another theme here but it does nothing.
blockquote {
background:none repeat scroll 0 0 #eee;
border:1px solid #ddd;}
I see you can change the background colour elsewhere in the options. But I don't want to do it for anything but blockquotes.
Change background colour PlatformPro
Started by
bodsham
, Feb 12 2011 12:51 PM
4 replies to this topic
#1
Posted 12 February 2011 - 12:51 PM
#2
Posted 12 February 2011 - 06:18 PM
Add your code to the base.css file instead. (Also note that the blockquote appearance will not appear in a post if it's in excerpt format.)
#3
Posted 13 February 2011 - 06:34 PM
Sorry - don't really understand. I thought we were supposed to deal with css modifications by pasting them into the Platform interface Custom Code, not through the css file directly because that would foul things up on an upgrade. Are you suggesting I change the actual css file?
#4
Posted 13 February 2011 - 07:51 PM
You can add the CSS to the Custom Code area or the base.css file. If you have the child theme (PlatformBase) activated, you can go to the Appearance > Editor and the base.css file is the first thing that pops up.
#5
Posted 14 February 2011 - 05:48 PM
Ah... ok I understand now. Thank you!










