D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Removing quote characters in blockquote

Front Page D5 Creation Forum General Questions Removing quote characters in blockquote Re: Removing quote characters in blockquote

#4086
D5 Creation
Keymaster

WordPress is the most popular and easiest CMS. You must love WordPress.

For Page Creation you may follow This Tutorial.

We advised the Developers/Site Owners not to edit the Theme Styling Directly because your customization may be overwritten during next Theme Version Update. We advised to implement any styling within Theme Options. There is a option named Custom Code within Head Area. This customization will not be affected during any Theme Version Updating.

For your quote issue please paste the following code in the Custom Code within Head Area of your Theme Option.

Code:
<style>
blockquote:after, blockquote:before { content: none; }
</style>