How to Change Slider Heading Formats

Discussion in 'ColorWay WordPress Theme' started by knleib, Apr 13, 2015.

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

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    How can I make the slider heading boxes a standard size on all pages? And where to adjust the font text & sizing? Thanks.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello knleib!

    Could you please elaborate and explain a little bit more to help me understanding your issue?

    Please provide us some edited screenshots.

    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily.

    Thanks,
    Praveen
     
  3. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Sure- I am putting testimonials in the heading boxes of my slider. I would like them to be the same size on all pages/slider images. Some have more text so the box is automatically getting bigger.

    1.) can I change this font and text size?
    2.) how can I make these boxes a standard size on each page?

    Screen shots below. Thanks.
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    1>
    Code:
    h2.title {
      font-size: 20px !important;
    }
    2>
    Code:
    .slide .slide-content.entry {
        height: 240px !important;
    }
    Please change the values according to your requirement.

    Thanks,
    Praveen
     
  5. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Thanks. The font size now looks great.

    Not sure how to change values of the box with the 2nd code. 240px is the box size? I changed it to 180px and they look closer in size but still not a standard for each slider heading. How do I do that?
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi!

    There is no such standard size for the slider heading because it's size depends upon the contents.
    You will have to set the size of your own.

    Thanks,
    Praveen
     
  7. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Ok, I will play with it. How do I adjust the text now. Since changing this to 180px, the text spacing is now off. Please see attached.
     

    Attached Files:

  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Kristin!

    Please paste the code given below in custom css section
    (appearance -> theme options -> styling options -> custom css) of your dashboard.
    Code:
    h2.title {
      line-height: 1.5 !important;
    }
    Hope it will resolve your issue.

    Kindest regards,
    Praveen
     
  9. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Thats it!
     
Thread Status:
Not open for further replies.

Share This Page