Hide Slide Headings

Discussion in 'Dzonia WordPress Theme' started by nantawan, Oct 14, 2016.

  1. nantawan

    nantawan New Member

    Joined:
    Nov 30, 2012
    Messages:
    8
    Likes Received:
    0
    Hello,

    I'm using "Colorway Pro Responsive" theme and I'd like to hide the Slide Headings that appear on the lower left of each of my six slider images on the front page of the website.

    I'd be most grateful for some suitable code to paste into the Custom CSS window of my Styling Options tab.

    regards
     
  2. nantawan

    nantawan New Member

    Joined:
    Nov 30, 2012
    Messages:
    8
    Likes Received:
    0
  3. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You can try below code in Custom CSS field under theme options
    Code:
    .sl-slide-inner{
    display:none;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  4. nantawan

    nantawan New Member

    Joined:
    Nov 30, 2012
    Messages:
    8
    Likes Received:
    0
    Hi Naveen,

    Thanks for quickly replying with some code for me to use.

    Unfortunately it hasn't worked. Just to clarify which element I want hidden, I attach a snip of one of the slider images.

    FYI, I'm using ColorWay Pro Responsive Theme - Version: 3.1.1 & Wordpress 4.6.1

    Thanks for your help.



    upload_2016-10-15_16-26-7.png
     
  5. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Alright..!

    I would like to inform you that- You are using ColorWay version3.1.1 in your WordPress whereas, version 3.6.8 is available in members area,

    You may go through the changelog file provided in our theme.

    If you haven't customized your theme's source code then, you are requested to download a fresh copy of latest version of this theme from members area and upload it to your website.

    This will resolve your issue(s).

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page