Please look at the 3 larger purple circles I've created (where the 3 smaller circles were on the home page). www.teahouseconnection.com How do i get the three images inside the circle to appear larger to fit the circles? I've created larger images in PhotoShop, but nothing changes on the website, when I link those.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content-inner .circle img{ width:220px; geight:210px; } Adjust its value as per your requirements.
I tried enlarging the three circles on another website I have, but I cannot get the outer color ring to resize with the new larger inner circle/photo. Can you help? www.covitravel.com Thanks, LouAnn
Hello, Paste the code given below also in the Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content-inner .circle { width: 190px; height: 200px; } Adjust its value as per your requirements. This will solve your issue.