Edit O*S CSS selector in template

I wish to know how to edit / rename / give a new name of CSS selector (#id or .class) in template.
For example I want to rename the .action class in front-page (upcoming and recent conference). Please anyone show me how to do this? I just want to know which .tpl file to edit.

I found it ! I found /templates/index/site.tpl
I need to change this class=“action” :smile:

<p><a href="{url conference=$conference->getPath() schedConf=""}" class="action">{translate key="site.conferenceView"}</a></p>
1 Like