Remove Register Icon Topic is solved

General questions relating to Joomla! 3.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
psvialli1
Joomla! Intern
Joomla! Intern
Posts: 50
Joined: Mon Nov 14, 2016 8:35 am

Remove Register Icon

Post by psvialli1 » Wed Apr 18, 2018 11:39 am

How would I remove the Register Icon on the front screen ?

I have disabled Registration, and thought it would remove the icon but not - no idea where to look to remove the icon.

http://quantumistic.co.uk/mhampton/

Many thanks

bokis_angelov
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Tue Mar 27, 2018 6:06 am

Re: Remove Register Icon

Post by bokis_angelov » Wed Apr 18, 2018 12:28 pm

The easy way is with css (display: none) on the class .fa.fa-pencil

Otherwise you have to create an override and from there remove the <i class="fa fa-pencil"></i>

psvialli1
Joomla! Intern
Joomla! Intern
Posts: 50
Joined: Mon Nov 14, 2016 8:35 am

Re: Remove Register Icon

Post by psvialli1 » Mon Apr 23, 2018 1:26 pm

thanks,

I have looked in template.css but that class is not in there how can i search for that class to find it ?

Thanks

gws
Joomla! Champion
Joomla! Champion
Posts: 5938
Joined: Tue Aug 23, 2005 1:56 pm
Location: South coast, UK
Contact:

Re: Remove Register Icon

Post by gws » Mon Apr 23, 2018 1:56 pm

comment out ----- content :"\f040"; in font-awsome.min.css4 ------ around line351

bomkallo
Joomla! Explorer
Joomla! Explorer
Posts: 251
Joined: Fri Jun 14, 2013 7:27 am
Location: Poland

Re: Remove Register Icon

Post by bomkallo » Mon Apr 23, 2018 7:25 pm

Properly - by using a template there should be a doc that describes the way of using custom css files (files that are not overriden when you update). Then, while having such file you go like:
#st-navigation #tpr-nav .v_register { display: none; }
You may try shortened ways, depends on css tree.
The other way is to find out a module that prints register and turn it off ('my account' as well), and then you play around with customs.

Never interfere with native files that come from third party or Joomla itself, you beg yourself trouble every time you do update.


Locked

Return to “General Questions/New to Joomla! 3.x”