Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Solved: Remove border around main content area?

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

How can I remove the right/bottom border around the main content area with Venture?

Here's an example page my WIP site:
nearmiddlefar.com/about/prints.html

I changed the border color to #ffffff in the theme. I can't seem to find the right CSS using Chrome developer tools.

Thanks in advance for your help!
  • porwig's Avatar
  • porwig
  • 12 Month Developer
  • 143 posts
  • 4 Thanks
  • Karma: 2
Last Edit: 8 years 4 months ago by porwig.
The administrator has disabled public write access.
Hi

Is this site wide or just on certain pages?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: porwig
Hi Paul,

That right/bottom border appears site wide except for the home page (no component is displayed on the home page). And to be clear, I would like to remove it site wide.

Thanks for your help!
  • porwig's Avatar
  • porwig
  • 12 Month Developer
  • 143 posts
  • 4 Thanks
  • Karma: 2
Last Edit: 8 years 4 months ago by porwig.
The administrator has disabled public write access.
if its just the right you want to remove its

#mid-col-inner, #belowcontent {
-webkit-box-shadow: 0px 8px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 8px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0px 8px 0 rgba(0, 0, 0, 0.05);
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: porwig
for both bottom and right is

#mid-col-inner, #belowcontent {
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: porwig
Thank you Paul - that's perfect!
  • porwig's Avatar
  • porwig
  • 12 Month Developer
  • 143 posts
  • 4 Thanks
  • Karma: 2
The administrator has disabled public write access.
You're welcome - good luck with the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: porwig

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers