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!
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