Center Post Title on Home Page Thumbnail Image.

Discussion in 'Traffica WordPress Theme' started by vesity, Dec 4, 2013.

Thread Status:
Not open for further replies.
  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #carousel-full h6{
    text-align:center;
    }
    #carousel-full h6 a{
    font-size:14px;
    }
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Thank you. I hate to be picky, but there are a few more tweaks on this I'd like to make, if possible...
    The title is within the image frame, and the image has a drop shadow. Can I move the title to the outside of (below) the frame, and remove the shadow? (vesity.net)
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #carousel-full .carousel-posts li {
    border: none;
    }
    #carousel-full .carousel-posts img{
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
    }
     
  5. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Perfect, thank you!
     
Thread Status:
Not open for further replies.

Share This Page