Advertisement

Removing Lines in Cassiopeia Template Topic is solved

Everything to do with Joomla! 5.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
martiniturbide
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Sun Nov 19, 2006 3:41 pm

Removing Lines in Cassiopeia Template

Post by martiniturbide » Thu Mar 20, 2025 11:25 pm

Hello

I suck with CSS, but I want to give it a try.

Do you know where in the Cassiopeia template are this lines that separate each article listed in that category? (Check picture attached). I just want to remove those. I need a guide to get to that code.

Are those in the Cassiopeia template or in the latest news module?

Regards
You do not have the required permissions to view the files attached to this post.

Advertisement
User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 45095
Joined: Sat Apr 05, 2008 9:58 pm

Re: Removing Lines in Cassiopeia Template

Post by Webdongle » Fri Mar 21, 2025 2:15 am

Right click and select 'inspect
then search https://www.w3schools.com then see viewtopic.php?t=999187#p3681925
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
Pavel-ww
Joomla! Ace
Joomla! Ace
Posts: 1870
Joined: Tue Jun 30, 2020 12:17 pm

Re: Removing Lines in Cassiopeia Template

Post by Pavel-ww » Fri Mar 21, 2025 7:31 am

martiniturbide wrote: Thu Mar 20, 2025 11:25 pm Are those in the Cassiopeia template or in the latest news module?
Hi.

Never try to edit the default core files. Create user.css file following Cassiopea documentation and override the default code there. If you need help with this specific code, provide the URL of the page. No one knows the code by heart, not even its developers.

martiniturbide
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Sun Nov 19, 2006 3:41 pm

Re: Removing Lines in Cassiopeia Template

Post by martiniturbide » Fri Mar 21, 2025 3:30 pm

Hello , thanks for the feedback.

The URL is: https://www.os2world.com/cms/

Please let me know the specific place to change this if possible.

Regards

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 45095
Joined: Sat Apr 05, 2008 9:58 pm

Re: Removing Lines in Cassiopeia Template

Post by Webdongle » Fri Mar 21, 2025 3:58 pm

border bottom.jpg
no border bottom.jpg
@ Pavel-ww will know the css to place in the user,css better than I.

But notice how right clicking, and selecting 'Inspect', reveals the css?
You do not have the required permissions to view the files attached to this post.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
Pavel-ww
Joomla! Ace
Joomla! Ace
Posts: 1870
Joined: Tue Jun 30, 2020 12:17 pm

Re: Removing Lines in Cassiopeia Template

Post by Pavel-ww » Sat Mar 22, 2025 8:19 am

martiniturbide wrote: Fri Mar 21, 2025 3:30 pm Hello , thanks for the feedback.

The URL is: https://www.os2world.com/cms/

Please let me know the specific place to change this if possible.

Regards
Hi

Add this code to user.css file (create user.css following documentation)

Code: Select all

.lnpd_item_wrapper .lnpd_item_without_intro {
	border-bottom: none !important;
}

martiniturbide
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Sun Nov 19, 2006 3:41 pm

Re: Removing Lines in Cassiopeia Template

Post by martiniturbide » Sat Mar 22, 2025 3:53 pm

Thank you very much. It worked !!!

Advertisement

Post Reply

Return to “Templates for Joomla! 5.x”