Hi,
in Eximium template there is this class:
.yjsgaccGroup {
display: block;
position: relative;
padding: 0;
margin: 0 0 3px 0;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
If in the custom.css file i create another class, for example
.yjsgaccGroup2 {
display: block;
position: relative;
padding: 0;
margin: 0 0 3px 0;
/* border: 1px solid #ddd; */
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 0px;
}
when i insert an accordion in my article I cannot use the second class.
Instead, if I inspect the page with mozilla and I rename the class (like shown in the attacched image), I obtain what i want.
My goal is to have some accordion with standard Eximium class and some other accordion with my new class.
How can I do this?
Thanks.
Are you sure your are posting in product assigned forum?: Yes
What is your CMS version?: Joomla 3.x
MySQL Version: 5.x
PHP version: 5.x
Link to installation: test installation
Have you edited any files? If yes tell us which ones.: Yes
Is this personal or client website?: Personal
Are you sure your are posting in product assigned forum?: Yes
What is your CMS version?: Joomla 3.x
MySQL Version: 5.x
PHP version: 5.x
Link to installation: test installation
Have you edited any files? If yes tell us which ones.: Yes
Is this personal or client website?: Personal