JomSocial Event layout - "Answer" (join) Button
Community fouces Joomla template to build a music magazine website with JomSocial support.
- GK User
- Fri Jul 26, 2013 9:57 am
Hi,
how to change the Answer Button in JomSocial Events more highlighted to a Botton or something ..
in this matter its difficult to find ...
Thanks
how to change the Answer Button in JomSocial Events more highlighted to a Botton or something ..
in this matter its difficult to find ...
Thanks
-
- Expert Boarder
- GK User
- Fri Jul 26, 2013 10:54 am
Probably you will find this in one of JomSocial translation files; this is not a part of our template and for sure more help you get from JomSocial support.
-
- Platinum Boarder
- GK User
- Fri Jul 26, 2013 11:21 am
Thanks,
we want to change this Word Answer to a more finable Button
Many Users are asking "were can i find the "join event" Button ..
Cheers
we want to change this Word Answer to a more finable Button
Many Users are asking "were can i find the "join event" Button ..
Cheers
-
- Expert Boarder
- GK User
- Mon Jul 29, 2013 8:54 am
Please provide me URL to this page because I need to look at this with firebug.
-
- Platinum Boarder
- GK User
- Mon Jul 29, 2013 11:16 am
-
- Expert Boarder
- GK User
- Tue Jul 30, 2013 8:46 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
and then just remember to enable "Use override CSS" option in template advanced settings tab.
- Code: Select all
#community-wrap .cEvent-Rsvp .selector span {
display: block;
background: #eee;
text-aling: center;
flaot: left;
text-indent: 0;
}
#community-wrap .cEvent-Rsvp .selector span:hover {
background: #BC3726;
color: #fff;
}
and then just remember to enable "Use override CSS" option in template advanced settings tab.
-
- Platinum Boarder
- GK User
- Tue Jul 30, 2013 10:06 am
Thats it! Great! Tanks a lot!
-
- Expert Boarder
7 posts
• Page 1 of 1