Is there a way to change the placement of the slider headings?

Discussion in 'ColorWay WordPress Theme' started by genelle, May 15, 2013.

  1. genelle

    genelle New Member

    Joined:
    May 13, 2013
    Messages:
    3
    Likes Received:
    0
    I would like the headings to appear in different places on the image instead of the default bottom left. Is this possible?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .slide .slide-content.entry.fl {
    left: 50px;
    bottom: 100px;
    }
    Adjust the value of 'left' and 'bottom' as per your requirement.This will solve your issue.
     

Share This Page