Shape 5

Joomla Templates => Aurora Dawn - Club => : ericmo August 05, 2014, 02:32:28 PM



: How can I change the background color of the titles ( S5_horizontal_accordion
: ericmo August 05, 2014, 02:32:28 PM
Is it possible through the backend ? How ?

Thanks in advance for your reply.


: Re: How can I change the background color of the titles ( S5_horizontal_accordion
: mikenicoll August 05, 2014, 06:36:06 PM
Hello,

You would need to add some CSS for this to the Template.CSS file at the bottom.

:
.s5_hor_acc_title_wrap, .s5_hor_acc_slide_number {
     color: #ff0000 ! important;
}

Regards,


: Re: How can I change the background color of the titles ( S5_horizontal_accordion
: ericmo August 05, 2014, 10:53:16 PM
Thank you Mike,

But my initial question wasn't correct. In fact, my real need is to have a S5_horizontal_accordion for three different pages with a different background color of the titles for each page :

Page 1 : background color of the titles = red
Page 2 : background color of the titles = green
Page 3 : background color of the titles = blue

Thanks a lot again for your quick reply.


: Re: How can I change the background color of the titles ( S5_horizontal_accordion
: mikenicoll August 06, 2014, 12:00:03 AM
Hello,

That wouldn't be possible without some custom work. You would need to have 3 separate copies of the Template assigned to the different menu items and have different CSS overrides in each version. You can follow this tutorial if you want to do something like this:

http://www.shape5.com/component/option,com_smf/Itemid,75/topic,35982.0/

Regards,