Control of Slider Text

Discussion in 'Elite Pro WordPress Theme' started by dasher, Jul 2, 2013.

  1. dasher

    dasher New Member

    Joined:
    Jun 14, 2013
    Messages:
    1
    Likes Received:
    0
    I want to insert a line break in the slider text, but can't find a way. I would also like to bold or underline some words in the slider text. Are these doable?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to
    Appearance > Theme Option > Slider Settings > First Slider Description

    and use line break tag where you want to break the line and also use html style for bold or underling the text.

    For example

    Code:
    <br>
    Code:
    <p style="text-decoration:underline;">Enter your text here that you want to underline</p>
    Code:
    <p style="font-weight:bold;">Enter your text here that you want to make a bold</p>

    This will solve your issue.
     

Share This Page