Hello, I'd like to change the size of the Homepage Three Cols Images from 290 x 153 px to 290 x 400 px. How do I do this? Thank you! Sara
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature-content .feature-item img { height: 400px; } You can adjust the value of height as per your requirement. This will solve your issue.