Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

does anybody have the CSS code to remove add friend from mobile site

8 years 4 months ago
  • avion's Avatar
    Topic Author
  • avion
  • Offline
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Licenses:
JomSocial Active

does anybody have the CSS code to remove add friend from mobile site

in addition to that does anybody know the CSS code to remove the friends tab on the desktop and mobile site
anyhelp would be greatly appreciated

Attachments:
8 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Avion,

You can use this simply css trick :

.joms-focus__actions .joms-focus__button--add{
display:none
}

add that code on your css file.

thank you!

8 years 4 months ago
  • avion's Avatar
    Topic Author
  • avion
  • Offline
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Licenses:
JomSocial Active

Thankyou so much it worked perfectly now do you have a css trick to remove or hide the friend tab?

8 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Add this css code for hide the tab friends on profile page :

div#community-wrap.cProfile .joms-focus__link > li:nth-child(1) {
    display: none;
}

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW