aefrench8 Posted August 20, 2019 Posted August 20, 2019 I am editing my site (www.ashleyfrenchcreative.com) and am looking for a way to get rid of page descriptions and the share button on the pages featuring my work. I have seen similar questions on here with CSS code, but I've tried all of the code I can find and nothing has worked. For the share button, I've also tried going to the Marketing page and deselecting everything on the list...that did not work either. I do not really know anything about code, so it's possible I'm doing it wrong, or in the wrong place. But, I've tried inserting it into the "Home" page code injector and I've tried inserting it onto the individual pages...neither is working. If anyone can provide help, I would be so grateful!
tuanphan Posted August 20, 2019 Posted August 20, 2019 @aefrench8 Add to Home > Design > Custom CSS #project .share-like { display: none !important; } I don't see Description. Can you share a page url contain description? 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!)
aefrench8 Posted August 22, 2019 Author Posted August 22, 2019 @tuanphan thank you for responding! I had been putting the code in the wrong place! Your "add to" information was helpful! Do you also have the code to remove page titles? If so, can you please share. This code only removed the share button.
tuanphan Posted August 22, 2019 Posted August 22, 2019 @aefrench8 Which pages? or All page? All single project pages #project h1 { 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!)
aefrench8 Posted August 22, 2019 Author Posted August 22, 2019 @tuanphan You are my hero! And you responded so quickly!! I have been trying to figure this out for days...and you made it so easy! Thank you!!
aefrench8 Posted August 22, 2019 Author Posted August 22, 2019 @tuanphan - One last question, if you don't mind! I have made the CSS updates that you sent me. Is there anyway to make the content center on the page? It is still small and justified to the right on desktop.
tuanphan Posted August 22, 2019 Posted August 22, 2019 @aefrench8 /* This CSS applies for Desktop, if you want to tablet - desktop, change 901 to 641px */ @media screen and (min-width:901px) { #project .gallery { max-width: 100%; margin-left: 135px; } } 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!)
tuanphan Posted August 23, 2019 Posted August 23, 2019 @aefrench8 You're welcome. What else do you need help with? Reference: 18 Custom CSS for Flatiron Template 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
Archived
This topic is now archived and is closed to further replies.