-
AuthorPosts
-
September 5, 2017 at 5:40 pm #848221
Hello,
looking to remove the vertical border on the left side of the main section that touches the sidebar. The sidebar borders are hidden, this is in the main area, thanks.
Can someone please help me get rid of this border, thanks!
- This topic was modified 7 years, 2 months ago by morrisoncloud.
September 5, 2017 at 5:52 pm #848226Hey morrisoncloud,
Try adding this to quick css:
#main{ border:none!important; }
Best regards,
Jordan ShannonSeptember 5, 2017 at 5:54 pm #848228Thanks Jordan, that solved most of it, border is still visible on a button on the fullscreen slider. Can that be taken off too?
September 5, 2017 at 5:57 pm #848231Hi,
I’m not seeing a border on a button at all. Can you provide a screenshot?
Best regards,
Jordan ShannonSeptember 5, 2017 at 6:00 pm #848234Hi,
I just turned it to transparent in the enfold settings. I noticed the border is everywhere on other stuff and I’d rather have none. However I do need borders on my event calendar which is not an Enfold Plugin, I’m googling how to put the borders back in on that page alone but am stumped.http://www.bombers.com.cn/flight-log/
That’s the page I need the borders to work on. Nothing else.
Thanks for your quick replies!
Robert
September 5, 2017 at 6:03 pm #848238Hey I found out how to do it, code below
#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar {
border: 1px solid #000000!important;
}this if for The Event Calendar plugin….
September 5, 2017 at 6:09 pm #848241Hi,
As far as borders being everywhere, I just dealt with the sidebar. If there are border everywhere then they have to be dealt with individually.Removing every single border border from the site goes beyond the scope of support. If you need to target just the calendar page then just use the unique class of that page within the css. For the calendar page that would be:
.post-type-archive-tribe_events{ }
Best regards,
Jordan ShannonSeptember 5, 2017 at 6:10 pm #848242I can remove all borders sitewide by entering “transparent” in the Logo Area of General Styling… for some reason that works.
Cheers for the support
September 5, 2017 at 6:13 pm #848244Hi,
Great! I’m glad you were able to get that issue corrected. Do you still need additional help on this specific topic or shall I close this thread?
Best regards,
Jordan ShannonSeptember 5, 2017 at 6:14 pm #848245There is still one borer, light grey at the top of the page. Not sure what is making it?
http://www.bombers.com.cn/flight-log/I found this using chrome inspect, trying to edit it.
#top select {
-webkit-appearance: none;
border: 1px solid #e1e1e1;}*edit, thats not it..
- This reply was modified 7 years, 2 months ago by morrisoncloud.
September 5, 2017 at 6:20 pm #848252Hi,
Add this to quick css:
.container_wrap.container_wrap_first.main_color.fullsize{ border:none!important; }
Best regards,
Jordan ShannonSeptember 5, 2017 at 6:21 pm #848253Genius! Cheers, this thread can be closed.
September 5, 2017 at 6:24 pm #848254Hi,
I’m glad you were able to get this fixed. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Remove Border on Front Page Main Section’ is closed to new replies.