Under Homepage Three Cols the image sizes are 290px wide 153px height, how do you increase the heght? Also how do decrease the gap of the homepage second heading to the image slider & the first heading to the menu bar? Plus, how do you change the size of the slider heading to the same size as the slider description?
Hi Simey, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-content .feature-item img { height: 180px; } .slider-wrapper { margin-top: -20px; } .header-info { margin-top: 0; } Now, follow the screenshot given below. Again, paste the code in custom css. Code: .slider-info h1 { font-size: 18px; font-weight: 800; } Thanks, Praveen