Border or no border? Separator? What are these things? Topic is solved

Everything to do with Joomla! 3.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.
Locked
djcaptpln880
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 215
Joined: Mon Jul 26, 2021 9:32 am

Border or no border? Separator? What are these things?

Post by djcaptpln880 » Fri Sep 10, 2021 10:59 am

Hello

Can someone please tell me how I could get rid of these black fading separators in the attached image?

They are like black separators with fading left outlier.

My website can be found here in this shortend URL to protect privacy: shorturl.at/bvJN3

I tried looking into the CSS code and couldn't find a border element? I dont know what would be causing the above? I want to get rid of them

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

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

Re: Border or no border? Separator? What are these things?

Post by Pavel-ww » Fri Sep 10, 2021 11:20 am

djcaptpln880 wrote:
Fri Sep 10, 2021 10:59 am
My website can be found here in this shortend URL to protect privacy: shorturl.at/bvJN3
Hi. Here it is
1.jpg
You do not have the required permissions to view the files attached to this post.

djcaptpln880
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 215
Joined: Mon Jul 26, 2021 9:32 am

Re: Border or no border? Separator? What are these things?

Post by djcaptpln880 » Fri Sep 10, 2021 11:33 am

Pavel-ww wrote:
Fri Sep 10, 2021 11:20 am
djcaptpln880 wrote:
Fri Sep 10, 2021 10:59 am
My website can be found here in this shortend URL to protect privacy: shorturl.at/bvJN3
Hi. Here it is
1.jpg
WOw thanks for the help!

NOw I am trying to find the css file to edit! Should I make an override OR just edit the CSS file?

This is frustrating simply to get rid of that css element(s)

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30809
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Border or no border? Separator? What are these things?

Post by Per Yngve Berg » Fri Sep 10, 2021 11:37 am

Use custom.css/user css if your template support it.

djcaptpln880
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 215
Joined: Mon Jul 26, 2021 9:32 am

Re: Border or no border? Separator? What are these things?

Post by djcaptpln880 » Fri Sep 10, 2021 11:50 am

Per Yngve Berg wrote:
Fri Sep 10, 2021 11:37 am
Use custom.css/user css if your template support it.
Thanks!

Would I simply put those elements he outlined into a blank css element?
IE. .whatever { }

djcaptpln880
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 215
Joined: Mon Jul 26, 2021 9:32 am

Re: Border or no border? Separator? What are these things?

Post by djcaptpln880 » Fri Sep 10, 2021 11:59 am

#g-sidebar .expand-sidebar-bg .g-grid:not(:last-child) .g-block::after {
}

?

let me know thanks :) This site will hopefully help many guys especially with real healthcare. I used to suffer from "mental illness" which is a load of bullcrap to mostly sell pills

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

Re: Border or no border? Separator? What are these things?

Post by Pavel-ww » Fri Sep 10, 2021 1:32 pm

djcaptpln880 wrote:
Fri Sep 10, 2021 11:59 am
#g-sidebar .expand-sidebar-bg .g-grid:not(:last-child) .g-block::after {
}

?

let me know thanks :) This site will hopefully help many guys especially with real healthcare. I used to suffer from "mental illness" which is a load of bullcrap to mostly sell pills
Before editing turn OFF JCH Optimize and completely clean its cache, Joomla cache, browser cache.

Code: Select all

#g-sidebar.expand-sidebar-bg .g-grid:not(:last-child) .g-block::after {
	display: none;
}

djcaptpln880
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 215
Joined: Mon Jul 26, 2021 9:32 am

Re: Border or no border? Separator? What are these things?

Post by djcaptpln880 » Fri Sep 10, 2021 1:55 pm

WOW!
It worked!

Thankks a lot for the help!

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

Re: Border or no border? Separator? What are these things?

Post by Pavel-ww » Fri Sep 10, 2021 2:07 pm

You are wellcome


Locked

Return to “Templates for Joomla! 3.x”