Home Page Slider

Discussion in 'Compass WordPress Theme' started by rdeshazer, Feb 18, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    1. Remove "slider descriptions" from each slide?

    2. Darken the gray background area of "slider heading" so white text is more visible?

    3. Increase the character field length on the "slider heading" so white text is on a single line and not wrap to the second line?

    4. Reduce font size of "slider heading" font?

    www.onwardcapllc.com
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sl-slide-inner p {
      display: none;
    }
     
    .salesdetails {
      background: #888;
      width:600px;
      opacity:0.8;
    }
     
    .sl-slide-inner h1 {
      font-size: 22px;
    }
    
    Thanks & Regards
    Pramod
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page