Problem with Links

Discussion in 'Slice WordPress Theme' started by Eric, Mar 11, 2013.

  1. Eric

    Eric New Member

    Joined:
    Dec 28, 2011
    Messages:
    25
    Likes Received:
    1
    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
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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;
    }
     

Share This Page