Remove the slider box

Discussion in 'ColorWay WordPress Theme' started by carmen, Jun 20, 2017.

  1. carmen

    carmen Guest

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    0
    I want to remove the slider title box . All my pictures have messages and this is not necessary.
    Is there is code for that purpose?

    I am using colorway pro theme
    http://lostiemposdedios.com

    Sorry this thread was duplicated by mistake.
     
    Last edited: Jun 20, 2017
  2. akbar92

    akbar92 Support Staff Staff Member

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

    To remove the logo, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #myCarousel .carousel-caption {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page