Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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!

    http://www.bombers.com.cn

    • This topic was modified 7 years, 2 months ago by morrisoncloud.
    #848226

    Hey morrisoncloud,

    Try adding this to quick css:

    #main{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #848228

    Thanks Jordan, that solved most of it, border is still visible on a button on the fullscreen slider. Can that be taken off too?

    #848231

    Hi,

    I’m not seeing a border on a button at all. Can you provide a screenshot?

    Best regards,
    Jordan Shannon

    #848234

    Hi,
    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

    #848238

    Hey 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….

    #848241

    Hi,

    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 Shannon

    #848242

    I can remove all borders sitewide by entering “transparent” in the Logo Area of General Styling… for some reason that works.

    Cheers for the support

    #848244

    Hi,

    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 Shannon

    #848245

    There 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.
    #848252

    Hi,

    Add this to quick css:

    .container_wrap.container_wrap_first.main_color.fullsize{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #848253

    Genius! Cheers, this thread can be closed.

    #848254

    Hi,

    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Remove Border on Front Page Main Section’ is closed to new replies.