Remove slider heading, description and arrows

Discussion in 'ColorWay WordPress Theme' started by gotaland1, Oct 12, 2018.

  1. gotaland1

    gotaland1 New Member

    Joined:
    Jun 17, 2012
    Messages:
    4
    Likes Received:
    1
    Hi! We are updating our site with a new slider, and these features are interfering with the images. Is it possible to remove them? I have looked through the forum and tried some of the suggested CSS-codes, but they don't work. //Eva
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    Could you please share the URL of your website and the edited screenshots of the area from where you want to remove the sections.
    Rest we will do for you.

    Regards,
    Akbar
    InkThemes.com
     
  3. gotaland1

    gotaland1 New Member

    Joined:
    Jun 17, 2012
    Messages:
    4
    Likes Received:
    1
    The site is behind an "Under construction" page, but I will open it up for you: www.lottehain.se
    Eva
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.
    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    nav#nav-arrows {
        display: none;
    }
           
    .salesdetails {
    display: none;
    }
    Regards,
    Akbar
    InkThemes.com
     
  5. gotaland1

    gotaland1 New Member

    Joined:
    Jun 17, 2012
    Messages:
    4
    Likes Received:
    1
    Worked just fine, thank you so much! //Eva
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Eva,

    Greeting from InkThemes,

    You are most Welcome!
    If you need further help then do let us know.
    We will surely help you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page