Colorway Pro Slider

Discussion in 'ColorWay WordPress Theme' started by dkuhl, Oct 31, 2019.

  1. dkuhl

    dkuhl New Member

    Joined:
    Mar 15, 2012
    Messages:
    9
    Likes Received:
    1
    Hi I would like to remove the slider image, box etc entirely from my site as it is surplus to requirements. Please can you advise?

    Many thanks.
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for contacting us,

    If you want to remove the whole slider from the Colorway Pro theme then,

    To make the desired changes, just paste the code in the custom CSS section of the theme.

    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    Code:
    .layered_slider {
        display: none;
    }
    If you are talking about something different then kindly share the screenshot of the desired area which you want to remove or hide, along with the website URL.

    Regards,
    Shemaela
    InkThemes.com
     
  3. dkuhl

    dkuhl New Member

    Joined:
    Mar 15, 2012
    Messages:
    9
    Likes Received:
    1
    Hi Many thanks for your response. I pasted the code but it hasn't worked. The web address is www.escapetothedales.com. I want to completely remove the slider box - currently showing the colorway default pic.

    Many thanks
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for contacting us,

    Actually you are using the older version of the Colorway Pro theme, so I will recommend you to update the theme.

    And to remove the slider from the provided website, just paste the code in the custom CSS section of the theme.

    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    Code:
    .slider-container {
        display: none;;
    }
    I hope this time the code will surely work for you.

    Regards,
    Shemaela
    InkThemes.com
     
  5. dkuhl

    dkuhl New Member

    Joined:
    Mar 15, 2012
    Messages:
    9
    Likes Received:
    1
    That's worked.

    Many thanks for your help.
     
  6. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    You are most Welcome!

    Let us know if you need further help, we will be happy to help you.

    Always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page