-
-
Hi Mihalia,
I’d like to make service circle icon clickable, for example here ( https://2.225.102.67/rcmedici/prodotti/ ) . If you click in the link, you go to another page. I notice that in the service circle icon “settings” there is “Link”. I’ve written a link, but nothing happens…
I’ve found this topic for specular theme ( https://support.codeless.co/forums/topic/how-to-make-service-circle-icons-clickable/ ) . Is it the same for tower? If yes, where do I write the link?
Thank you!
Bye
Marco
-
Hello Marco,
I added a service circle icon in this page and i set a custom link to it. It does work. Please check it and see what have you done differently.
Yes, the edit made to the code in this topic, does work for Tower theme as well.
Let us know if you’ll need our help.Best regards!
-
Thank you very much. Now I try to check it!
Bye!
-
Ps sorry for my error in spell your name Mihaila!
-
-
Thanks very much ! it works: but is it possible to make the ICON clickable. In this case only the title is clickable.
Furthermore, is it possible to edit the font size of the title of the service icon? And to make it bold?
Thank you so much!
Bye
Marco
-
Hello,
Sorry for the late reply.
Please go to file vc_templates/services_medium.php and find this line:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
replace with this:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';
To make the title bold, please go to General Options > Typography Options > Heading 4 Font style, edit font size here. Add this code into your custom css box:
.services_medium h4 {font-weight: bold;}
Let us know.Best regards and Happy Easter!
-
Marvellous! It works!
PS But you have Easter now? In Italy we have celebrated the 27 of March!
-
Hello,
Yes, Orthodox Easter was in May 1.
Let us know if there is anything else we can do for you.Best regards!
-
You must be logged in to reply to this topic.