Eileen Starbuck 0 Report post Posted May 4, 2012 On my blog page I had this working and it looked good...but all of a sudden it reverted back to original text and aligning on the left. Any ideas? This is the code I placed in my custom .css: .continue_reading_link { font-style: italic; font-size: small; float: right; color: #555; background-color: #f1f1f1; padding: 5px 15px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; } /* Change the color when hovering over Read more */ .continue_reading_link:hover { background-color: #4E7EAF; color: white; text-decoration:none !important; } "...learning, growing and sharing online!" http://www.everythingeileen.com Share this post Link to post Share on other sites
beardedavenger 158 Report post Posted May 4, 2012 Hey There! Try a.continue_reading_link Also, there's a free plugin in the store called [url="http://www.pagelines.com/store/plugins/sexy-snips/"]Sexy Snips[/url] which just so happens to have that snip. Naturally, I'm a bit biased but I think it helps. ;) Let me know if any of this helps! Nick Something big is coming for DMS + photographers. http://fotostheme.com Nick Haskins & CO - New home for all of my PageLines Store products! http://nickhaskins.co Better DMS - News, Tutorials, and Tips http://betterdms.com Share this post Link to post Share on other sites
Eileen Starbuck 0 Report post Posted May 4, 2012 Nope. I tried Sexy Snips and none of those seemed to be working on my blog page either?! I think I have something messed up on my blog page. I can't get featured images to resize or this continue reading button to work. I have the 'front page' set to display my current posts...but none of my custom .css seems to be working on it. "...learning, growing and sharing online!" http://www.everythingeileen.com Share this post Link to post Share on other sites
catrina 103 Report post Posted May 4, 2012 Are you using any other custom CSS on your site? If so, what is it? It may be conflicting. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
Eileen Starbuck 0 Report post Posted May 4, 2012 This is everything in my custom .css: [quote]body{} #branding { margin-bottom: -25px; } .searchform { z-index: 10 !important; } .post-thumb { margin-right: 0px; margin-bottom: 0px; } .post-thumb .c_img { background:transparent!important; box-shadow:0 0 0!important; border:0 none!important; } .share_buttons_simple_use_buttons { margin-top: 0px; margin-bottom: 0px; padding: 0px; display: inline-block; ) .continue_reading_link { font-style: italic; font-size: small; float: right; color: #555; background-color: #f1f1f1; padding: 5px 15px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; } /* Change the color when hovering over Read more */ .continue_reading_link:hover { background-color: #4E7EAF; color: white; text-decoration:none !important; }[/quote] "...learning, growing and sharing online!" http://www.everythingeileen.com Share this post Link to post Share on other sites
Rob 547 Report post Posted May 4, 2012 Your site is under maintenance, so we cannot see anything or diagnose any of the CSS. When will you have maintenance finished? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
Eileen Starbuck 0 Report post Posted May 4, 2012 ahhhh....sorry. I'm just moving all of my stuff over to PageLines. Took it offline... It's (hellingent.com/wordpress) Does that help you troubleshoot? "...learning, growing and sharing online!" http://www.everythingeileen.com Share this post Link to post Share on other sites
catrina 103 Report post Posted May 5, 2012 Thanks for the link. Try this CSS [code]a.continue_reading_link { font-style: italic; font-size: small; float: right; color: #555; background-color: #f1f1f1; padding: 5px 15px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; } a.continue_reading_link:hover { background-color: #4E7EAF; color: white; text-decoration:none !important; }[/code] Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
Eileen Starbuck 0 Report post Posted May 7, 2012 ...didn't seem to effect anything. "...learning, growing and sharing online!" http://www.everythingeileen.com Share this post Link to post Share on other sites
Eileen Starbuck 0 Report post Posted May 8, 2012 holy cow...I finally figured it out! look closely! ;-) I have a " ) " instead of " } " half way down. ;-) whew...I was starting to lose my mine! "...learning, growing and sharing online!" http://www.everythingeileen.com Share this post Link to post Share on other sites
catrina 103 Report post Posted May 8, 2012 Oh curly fries, yes, that can do it. I didn't see the code you posted before. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites