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
User avatar
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.
User avatar
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
User avatar
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.
User avatar
Platinum Boarder

GK User
Mon Jul 29, 2013 11:16 am
User avatar
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 :
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.
User avatar
Platinum Boarder

GK User
Tue Jul 30, 2013 10:06 am
Thats it! Great! Tanks a lot!
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.