Cassiopeia Template - Remove Name Topic is solved

Everything to do with Joomla! 4.x 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.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Post Reply
User avatar
mredmond13
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Sat Oct 20, 2007 2:08 am
Location: Baton Rouge, Louisiana

Cassiopeia Template - Remove Name

Post by mredmond13 » Fri Sep 29, 2023 10:24 pm

I am using the standard Cassiopeia template on J4 site. Within the site itself, the name CASSIOPEIA does not appear. That's good. But when I put the site offline, I have a picture which is supposed to appear (and it does) but the template name - CASSIOPEIA - also appears at the top.

Any idea why? Any idea how to make it NOT appear?
Thanks.

[/img]
Screenshot 2023-09-29 172059.png
[/img]
You do not have the required permissions to view the files attached to this post.
Michael Redmond
Baton Rouge, LA

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28159
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Cassiopeia Template - Remove Name

Post by imanickam » Sat Sep 30, 2023 12:37 am

The text CASSIOPEIA that is getting displayed is an image file logo.svg that is located in the directory /media/templates/site/cassiopeia/images.

If you do not want to display that image file at all, you could have the following css entry in the file user.css and this file should be located in the directory media\templates\site\template-name\css.

Code: Select all

.offline-card .header h1 {
  display: none;
}
Alternatively, you could have a different image or even a text in the place of the text CASSIPOEIA by selecting the appropriate image file for the option Logo or entering an appropriate text for the option Title (alternative to logo) accordingly.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

User avatar
mredmond13
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Sat Oct 20, 2007 2:08 am
Location: Baton Rouge, Louisiana

Re: Cassiopeia Template - Remove Name

Post by mredmond13 » Sat Sep 30, 2023 12:47 am

imanickam wrote:
Sat Sep 30, 2023 12:37 am
The text CASSIOPEIA that is getting displayed is an image file logo.svg that is located in the directory /media/templates/site/cassiopeia/images.

If you do not want to display that image file at all, you could have the following css entry in the file user.css and this file should be located in the directory media\templates\site\template-name\css.

Code: Select all

.offline-card .header h1 {
  display: none;
}
Alternatively, you could have a different image or even a text in the place of the text CASSIPOEIA by selecting the appropriate image file for the option Logo or entering an appropriate text for the option Title (alternative to logo) accordingly.

That was the fix. I needed. See below.
Screenshot 2023-09-29 194458.png
Thank you.
You do not have the required permissions to view the files attached to this post.
Michael Redmond
Baton Rouge, LA


Post Reply

Return to “Templates for Joomla! 4.x”