-
-
Hi,
I would like to make service circles pictures look larger.
Is it possible to change default size?
-
Hello,
Please add this css code at custom css code in general settings:
.services_medium.style_1 i { font-size: 45px;//change her the size of icons }
Best regards!
-
Hello,
Are you using service circles element?
If so try to change the font size. Let me know if you are using other service type.
Try to add ‘!important’ at the above css style.
Best regards! -
Hi,
Yes, I’m using service circle with picture, and would like images to look bigger.
I tried to add code in css in general settings, but nothing seems to happen.
https://www.dropbox.com/sc/878pzfy3etwcslc/AACVBbGWZVrUylI9d18a7o51a
Also you can check the site https://www.tehpro.net/
-
Hello,
Sorry, i thought you wanted to increase the icons size, I see now you have used images.
Please try this code:.services_medium img { width: 150px !important;//change the width here height: 150px !important;//change the height here }
Best regards!
-
Thank you for your reply.
I only managed with your code but set individually
.services_medium img { width: 150px !important;//change the width here } .services_medium img { height: 150px !important;//change the height here }
-
Also, how can I change color of service circle titles?
-
Hello,
You can use this code t change the titles color:
.services_medium h4 a { color: #ddd; }
Best regards!
-
-
You must be logged in to reply to this topic.