ej1973 Posted April 5, 2020 Share Posted April 5, 2020 Site URL: http://www.ianjameseyre.com/testimonials Hey guys Have searched around and have not found anything that works, so far... I'm looking to remove the - (dash) from the quote source block. I've styled it how I want but for some reason haven't found out how to do this. The youtube video that comes up when searching for this shrinks the size of the first letter to zero but that isn't working for me. ::first-letter, etc hasn't been having any effect. Any help would be much appreciated. Thanks! Link to comment
tuanphan Posted April 6, 2020 Share Posted April 6, 2020 Add to Home >Design > Custom CSS blockquote span { display: none; } 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!) Link to comment
ej1973 Posted April 6, 2020 Author Share Posted April 6, 2020 Thanks for the feedback! This removed the " around the quote and not the dash in front of the quote source. Any thoughts on how to remove that? Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 not the dash in front of the quote source. Any thoughts on how to remove that? Can you take screenshot? 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!) Link to comment
tuanphan Posted April 8, 2020 Share Posted April 8, 2020 13 hours ago, ej1973 said: Sure, here you go! I checked...It seems you can't remove it. I have no idea to solve it.. 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!) Link to comment
ej1973 Posted April 8, 2020 Author Share Posted April 8, 2020 No worries. Thanks for looking into it. I appreciate your time! Link to comment
Stacie1570047729 Posted June 23, 2020 Share Posted June 23, 2020 On 4/7/2020 at 1:21 PM, ej1973 said: Sure, here you go! ej, How did you change the color of the source of the quote (John Bard, Bard Catering)? I've been searching on how to do that and can't find a solution. Thanks! Link to comment
rwp Posted June 23, 2020 Share Posted June 23, 2020 8 minutes ago, Stacie1570047729 said: ej, How did you change the color of the source of the quote (John Bard, Bard Catering)? I've been searching on how to do that and can't find a solution. Thanks! .sqs-block-quote .source { color: #000000; } Link to comment
Stacie1570047729 Posted June 23, 2020 Share Posted June 23, 2020 5 minutes ago, rwp said: .sqs-block-quote .source { color: #000000; } Thanks! 🙂 Link to comment
joshcohen Posted August 19, 2020 Share Posted August 19, 2020 I saw something like this being offered as a solution, however cant get it going : figcaption.source::first-letter {font-size: 0 !important;} Any ideas @tuanphan Link to comment
tuanphan Posted August 19, 2020 Share Posted August 19, 2020 11 hours ago, joshcohen said: I saw something like this being offered as a solution, however cant get it going : figcaption.source::first-letter {font-size: 0 !important;} Any ideas @tuanphan Can you share link to page where you use quote? We can check easier. 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!) Link to comment
seven28design Posted September 27, 2020 Share Posted September 27, 2020 You can use the figcaption code but you will want to target the block ID like this: #block-yui_3_17_2_1_1601070901191_245396 { figcaption.source::first-letter {font-size: 0 !important;} } Otherwise you will remove the first letter of each photo block as well! *Replace the block-yui with your own ID Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.