I'm using the Slice theme for this website: http://santabarbarawinetours.org. I have two problems: 1. Links in the content of the site are the same font color as the rest of the content so it's hard for visitors to realize the links are there. I would appreciate some CSS code to enable me to control the color of the links and the hover color. 2. I'm using a plugin called IGIT related posts on the site. The problem is that the titles of the posts overlap with the post thumbnails, as you can see here: http://santabarbarawinetours.org/best-santa-barbara-wine-tours. I would appreciate it if you could send me some CSS code to fix this problem. Thanks, Eric Hilton
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS 1) Code: .content_bar a { color: your color value; } 2) Code: #igit_title { margin-top: 50px; }