Cloriato caption location & footer font size

Discussion in 'Cloriato WordPress Theme' started by multiweld, Jul 24, 2018.

  1. multiweld

    multiweld New Member

    Joined:
    Jun 13, 2013
    Messages:
    1
    Likes Received:
    0
    Hello,
    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? I would like to have it on the first slide only.

    I am also trying to increase the font size on the second footer widget area, but I can't seem to get that right.

    Thank you!
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greetings from InkThemes,

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

    .carousel-caption {
    right: 29%;
    left: 11%;
    }


    2.) Deleting the caption pop up from the slides 2-6 is not possible.

    3.) To increase the font size on the second footer widget area,
    just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    aside#recent-posts-2 h3 {
    font-size: 18px;
    }
    .footer_wrapper .footer .footer_widget ul li {
    font-size: 17px;
    }


    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
    Last edited: Jul 25, 2018

Share This Page