Viewing 1 replies (of 1 total)
  • Hello kylesureline,
    You can make the blockquote as per your requirement.
    Please add the below CSS to Appearance > Customize > Layout/Design Options > Custom CSS

    blockquote::before {
    	color: #ededed;
    	content: "\f10d";
    	font-family: "fontawesome";
    	font-size: 16px;
    	font-style: initial;
    	left: 0;
    	position: absolute;
    }
    blockquote {
    	font-size: 1.1em;
    	line-height: 1.6em;
    	padding-left: 23px;
    	position: relative;
    }

    The above code may work for you.
    For the dedicated support you can contact on https://acmethemes.com/supports

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Request: Blockquote Styling’ is closed to new replies.