keep7925 Posted July 20, 2019 Share Posted July 20, 2019 I would like to make it look more like a button spreading across the entire page with a little more pop. I'm using a custom template. Thanks! Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 @keep7925 Please share site url! Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
keep7925 Posted July 21, 2019 Author Share Posted July 21, 2019 www.integralchristiannetwork.org@tuanphan Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 @keep7925 Add to Home > Design > Custom CSS a.summary-read-more-link { background: #000; color: #fff; max-width: 120px; margin: 0 auto !important; padding: 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 @keep7925 Add to Home > Design > Custom CSS a.summary-read-more-link { background: #000; color: #fff; max-width: 120px; margin: 0 auto !important; padding: 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
keep7925 Posted August 3, 2019 Author Share Posted August 3, 2019 Thanks! Any way to adjust the font, size of text, and arrow? Link to comment
tuanphan Posted August 3, 2019 Share Posted August 3, 2019 @keep7925 Use font-size: 15px;font-family: futura-pt; "arrow" you mean you want to change to custom icon? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
keep7925 Posted August 4, 2019 Author Share Posted August 4, 2019 thank you again. Yes there is an arrow: "-->" after the phrase "read more." How would I modify that? Link to comment
keep7925 Posted August 4, 2019 Author Share Posted August 4, 2019 @tuanphan one more question if you're willing to help. In the same section summary feature it gives me the option for the text layout alignment, but it only applies to the whole text. I want the title and author to remain centered, but the text below to be left aligned. Any way to do this? Thanks. Link to comment
tuanphan Posted August 4, 2019 Share Posted August 4, 2019 @keep7925 you need to hide current "read more" and replace with new "read more". /* Hide Read More */ a.summary-read-more-link { visibility: hidden; } /* Insert New Read More */ a.summary-read-more-link:after { visibility: visible; content: "Read More -->"; background: #000; padding: 15px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted August 4, 2019 Share Posted August 4, 2019 @keep7925 .summary-excerpt p { text-align: left !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.