How do I remove the link and the textbox in the slider?

Discussion in 'ColorWay WordPress Theme' started by piagemmer, Jan 18, 2016.

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

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    Hi everybody.

    I want to remove the link and the textbox on the slider.
    And I use this code in css:

    .slide .slide-content.entry {
    display: none;
    }

    But it doesn´t help in my new version of the colorway theme.

    How do I fix that now?

    Best Pia
     

    Attached Files:

  2. priya

    priya Guest

    Hello Pia,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .salesdetails {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    piagemmer likes this.
  3. piagemmer

    piagemmer Member

    Joined:
    Oct 16, 2013
    Messages:
    38
    Likes Received:
    0
    Thank you :)
    It works!
     
Thread Status:
Not open for further replies.

Share This Page