WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Slider headline text and description text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2084
    Dave
    Participant

    Hi,

    I want to make the text that floats on the slider to appear on the left hand side and not the right hand side, where do I make that change in the code?

    Thank you

    #2090
    Grace Themes
    Member

    Hi,

    To display the slider text on the left side

    Go to the Appearance -> Theme options -> Basic Settings -> Custom CSS

    Paste the below css code in Custom CSS box and click on save options button.

    .nivo-caption { text-align: left; right: 30% }

    Regards
    Grace Themes

    #2094
    Dave
    Participant

    Great thank you perfect!

    Is it possible to lower the position of the floating text slightly on the slider?

    #2095
    Grace Themes
    Member

    Use this code in custom css box

    .nivo-caption { text-align: left; right: 30%; top: 50% }

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.