Make Slider Clickable

Discussion in 'BusinessGrow One Page WordPress Theme' started by bwdaugherty, Oct 29, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I used the css code:

    .slider_text_container {
    display: none;
    }

    to remove the slider text areas but have discovered the slider image is not clickable. Please advise.

    Thanks for all the hard work you guys put it in!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Slider images are not clickable in this theme, just the text was clickable that you removed.

    Thanks & Regards
    Yogesh Bhade
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    For text disable.
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slider_text_container {
    display: none;
    }
    For clickable image Follow below image.

    Thanks & Regards
    Pramod
     

    Attached Files:

    • 2.png
      2.png
      File size:
      241.6 KB
      Views:
      4

Share This Page