how to adjust the text on the slider

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Sep 7, 2020.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, Can you let me know how to :

    1) move the text up higher on the slider

    2) make the title text on the slider smaller

    Please advise, Thanks, Sandra
     
  2. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Here is a screenshot of my question. Thanks, Sandra
     

    Attached Files:

  3. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes from InkThemes,

    1) move the text up higher on the slider

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    .slider-caption-container {
        margin-top: 6%;
    }
    2) make the title text on the slider smaller

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    .slide-h1 {
        font-size: 40px;
    }
    Regards,
    Shemaela
    InkThemes.com
     

Share This Page