[SOLVED] Remove the word "Articles"

Everything to do with Joomla! 2.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
jacksprat
Joomla! Explorer
Joomla! Explorer
Posts: 283
Joined: Sun Jun 08, 2008 7:46 pm

[SOLVED] Remove the word "Articles"

Post by jacksprat » Thu Mar 10, 2011 1:32 pm

How do I remove/hide the word "Articles" and a fine blue line that appears above the article title?

I used Fire Bug to find the following. Just need advice to hide or remove the unwanted text and line.

Thanks

HTML Code
</h1>Articles</h1>

personal.css (line 705)
#main h1 {
border-bottom: 1px solid #DDDDDD;
color: #0D4C89;
font-family: 'Titillium Maps',Arial;
}

layout.css (line 409)
#main h1 {
font-size: 1.4em;
font-weight: normal;
line-height: 1.19em;
margin: 0 -5px 10px;
padding: 5px;
}

This worked for me:
I have a workaround about this. You have to go to the general file of your language.
example: /language/fr-FR/fr-FR.ini or /language/en-GB/en-GB.ini

find the line JGLOBAL_ARTICLES="Articles"

replace by

JGLOBAL_ARTICLES=""

and the word Articles at the top of the article is gone.
Last edited by jacksprat on Fri Mar 11, 2011 11:05 pm, edited 1 time in total.

User avatar
dhuelsmann
Joomla! Master
Joomla! Master
Posts: 19659
Joined: Sun Oct 02, 2005 12:50 am
Location: Omaha, NE
Contact:

Re: Remove the word "Articles"

Post by dhuelsmann » Thu Mar 10, 2011 4:28 pm

Regards, Dave
Past Treasurer Open Source Matters, Inc.
Past Global Moderator
http://www.kiwaniswest.org

dolpaz01
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Sun May 27, 2012 11:02 am

Re: [SOLVED] Remove the word "Articles"

Post by dolpaz01 » Mon May 27, 2013 9:32 am

Thanks and God bless you !

Lori-p
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Mar 27, 2013 10:30 pm

Re: [SOLVED] Remove the word "Articles"

Post by Lori-p » Tue Jan 07, 2014 2:39 pm

I don't like changing Joomla code - this video shows exactly how to do it without changing core code. I have used it and it works for joomla 3.2+ (probably works for 2.5+, not sure), and yes even if you have one language. I only have one language myself.
http://www.[youtube].com/watch?v=M5nbrLz0mxs
Fab stuff.


Locked

Return to “Templates for Joomla! 2.5”