hibbsy78+ 24 Report post Posted December 9, 2011 Just updated my site to Framework 2.0 and it looking great. There are 2 issues I'm struggling to resolve. The shadow on my footer which is set in the full width side bar and also the shadow on the feature 'More' text. If possible I'd also like to more the 'more' text down a couple of lines? My site is http://hibbslupustrust.org Thanks! Share this post Link to post Share on other sites
cfimortgage 0 Report post Posted December 9, 2011 Just change your text shadow to [code]text-shadow:0 0 0;[/code] Share this post Link to post Share on other sites
hibbsy78+ 24 Report post Posted December 9, 2011 Thanks cfimortgage. That sorted the footer. Any idea on the 'More' test on the feature? Share this post Link to post Share on other sites
Jenny 33 Report post Posted December 10, 2011 Try this: [code]#feature_slider .fcontent, #feature_slider .fcontent a { text-shadow: 0 0 0 !important; }[/code] There is also a setting to disable all text shadow, just fyi. :) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
hibbsy78+ 24 Report post Posted December 10, 2011 Thanks simple_mama. On the feature text the 'More' link is missing on any feature that uses black text. On the features using white text it is visible! Any ideas? Share this post Link to post Share on other sites
catrina 103 Report post Posted December 10, 2011 If you change the text link color to white or black it won't look consistent since each slide's background color changes. I think it's best if you add a background color to the "More" link so that the text link color can stay the same and it can stay visible. Add this CSS to Custom Code > Custom CSS: [code]div.fexcerpt a.plmore {background-color: #000; padding-top: 5px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px;}[/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