Slider settings - feature text links

Discussion in 'Infoway WordPress Theme' started by byronjp, Jul 28, 2013.

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

    byronjp New Member

    Joined:
    Jul 15, 2013
    Messages:
    10
    Likes Received:
    0
    Hi there,

    I would like to link URL not only photos but also text in slider feature on top page. So people click on text and jump to the linked page. I tried to link text as HTML but then the writing color changed to dark blue from white and hard to read on gray back ground.

    Could you let me know how to link text? If there is only way to use HTML, is there any way to change writing color to white?

    My website here
    www.gaijinlove.net

    Thank you in advance.
     
  2. Gourav

    Gourav Support Staff

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

    1. For your first issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .showcase-thumbnail-content p {
    color: white;
    }
    
     
  3. byronjp

    byronjp New Member

    Joined:
    Jul 15, 2013
    Messages:
    10
    Likes Received:
    0
    Hello,

    I pasted following in custom css as your advice

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .showcase-thumbnail-content p {
    color: white;
    }
    
    [/quote]

    but my website linkes text is still blue color - First sliding text
    www.byronjp.com

    Could you have a look again please.
    Thank you.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste this code also in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .showcase-thumbnail-content p a {
    color: white;
    }
    This will solve your issue.
     
  5. byronjp

    byronjp New Member

    Joined:
    Jul 15, 2013
    Messages:
    10
    Likes Received:
    0
    Great! Thank you so much:)
     
Thread Status:
Not open for further replies.

Share This Page