Slide 1 Caption Heading

Discussion in 'Cloriato WordPress Theme' started by thatkatiedid, Sep 15, 2017.

  1. thatkatiedid

    thatkatiedid New Member

    Joined:
    May 14, 2013
    Messages:
    8
    Likes Received:
    0
    I would like to move the pop up caption to the left side of the slider picture. Could you give me some assistance with that?
    Also, could you tell me how to delete the caption pop up from the slides 2-6?

    Thank you!
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    To move the pop-up caption of the slider to the left side, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #myCarousel .glyphicon {
        display: none;
    }
    
    #myCarousel .carousel-caption {
        margin-left: -210px;
        margin-right: 210px;
    }
    
    @media only screen and (max-width: 1200px) and (min-width: 993px){
    #myCarousel .carousel-caption {
        margin-left: -165px;
        margin-right: 151px;
        top: 5%;
    }
    }
    
    @media only screen and (max-width: 992px){
    #myCarousel .carousel-caption {
        top: 2%;
        padding: 15px 20px;
        margin-left: -126px;
        margin-right: 126px;
    }
    }
    And you can delete caption popup from the slides by placing a blank space in the text area, just follow the attached screenshot.

    Thanks & Regards,
    Akbar
    InkThemes.com
     

    Attached Files:

  3. thatkatiedid

    thatkatiedid New Member

    Joined:
    May 14, 2013
    Messages:
    8
    Likes Received:
    0
    I tried both of those options, and neither worked for me.
     
  4. akbar92

    akbar92 Support Staff Staff Member

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

    We need WordPress admin credentials to configure it.
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page