HelenCW Posted November 29 Posted November 29 I have styled my quote blocks using custom CSS as below. However the quote marks (first-child) font is not applying on the mobile version. Site is khuloudstyle.com. Any ideas? //* hide left border on quote blocks *// .quote-block blockquote { border: none;} //*Style the first quote marks*// .quote-block blockquote>span:first-child { font-family: robot; float: left !important; display: block; opacity: 1.0; font-size: 3em !important; color: #CC8A00 !important; position: absolute; top: -15px; left: -50px; padding: 10px;} //*Remove the last quote marks*// .sqs-block-quote span:last-child { display : none;}
tuanphan Posted Saturday at 10:34 AM Posted Saturday at 10:34 AM I see it already fine now Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment