Jump to content
Sign in to follow this  
hibbsy78

Text Shadow & Feature 'More'

Recommended Posts

hibbsy78

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
Just change your text shadow to [code]text-shadow:0 0 0;[/code]

Share this post


Link to post
Share on other sites
hibbsy78
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
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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×