Shape 5

Joomla Templates => Charity - Club => : marleyman November 02, 2017, 11:17:04 AM



: How to apply Module Style to custom_2
: marleyman November 02, 2017, 11:17:04 AM
Hi I've got a Developer's License.

I'm trying to apply the border_highlight1_title style to the custom module I have set in custom_2 position but nothing I do works.

I want to apply the border_highlight1_title module style so it stands out on the background image I have set for custom_2

http://production.lisapalumbo.net/


Thanks for your help!


: Re: How to apply Module Style to custom_2
: mikek November 03, 2017, 07:09:30 AM
Hello,

In the template's index.php file look for:

<?php s5_module_call('custom_2','notitle'); ?>

and replace with:

<?php s5_module_call('custom_2','round_box'); ?>


: Re: How to apply Module Style to custom_2
: marleyman November 03, 2017, 07:13:51 AM
Thank you Mike that did the trick.

May I ask if there's a place on your website where I can make a suggestion for future templates?
thanks again