How to change the slide image display?

Discussion in 'ColorWay WordPress Theme' started by chenfenghao, Oct 22, 2012.

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

    chenfenghao New Member

    Joined:
    Oct 13, 2012
    Messages:
    10
    Likes Received:
    0
    I mean the translucent box that show the title and description.

    1) I want to change the the size from 300 to 250 px.
    2) I wanna move some of them, say to the right bottom.
    3) Can I remove the colored line at the right edge?

    Thank you!
     
  2. chenfenghao

    chenfenghao New Member

    Joined:
    Oct 13, 2012
    Messages:
    10
    Likes Received:
    0
    I tried to change the size by simply editting the css code in styling options, but it didn't work.

    .slide .slide-content.entry
    { width: 250px; left: 0px; bottom: 40px; padding: 10px 20px; position: absolute; font-size: 13px; }
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slide .slide-content.entry {
    border: none!important;
    right:0px;
    width:250px!important;
    }
     
  4. chenfenghao

    chenfenghao New Member

    Joined:
    Oct 13, 2012
    Messages:
    10
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page