dustyhawk
asked 11 years ago

is the blockquote function in wallpress establish?

as i do not see any difference whether i use it or not

2 Answers
DominicStaff
answered 11 years ago

To resolve this problem, you can log in to Dashboard > Posts > Add new > In the “Format” Frame. You can select the “quote”.

See the Screenshot: http://imgur.com/U2GnOCBRegards,
Dominic

dustyhawk
replied 11 years ago

is there anyway else ? As most of my post will be in “standard” format and only a part of a text will be “blockquoted”

Jackie Lord
answered 11 years ago

Regarding the customization as you wish, you can add the following codes to CSS file. After adding, you will have the blockquote in the posts that have standard format.

.format-standard blockquote {
background: none repeat scroll 0 0 transparent;
border-left: 3px solid #DDDDDD;
font-family: Georgia;
font-size: 18px;
padding: 0 0 0 20px;
}
Powered by DW Question & Answer Pro