Please help with a few CSS issues
-
a few things:
How can I center the map and contact widget at the bottom of my page?
How can I remove the black background that the contact widget sits in?
How can I add an email link that will automatically open to a “send email” page rather than having a contact page?The blog I need help with is: (visible only to logged in users)
-
a) Add a blank Text widget to Footer Area 1.
b) Add this in the CSS editor:
#footer-widgets { background-color: transparent; }c) See this post of mine, under “Text links”:
-
Thank you! Could you possibly help me remove the drop shadow from my content on the main page?
-
You’re welcome.
Add this:.single .entry-inner, body.page .entry-inner, body.search .entry-wrap { box-shadow: none; }
- The topic ‘Please help with a few CSS issues’ is closed to new replies.