Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #269063

    Hi guys,

    I need to remove the remaining border lines that appear to the left and right of the main container so I’ve added the css styling to remove all borders:
    .content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }

    It works – but only for a second, then the lines reappear.
    Any ideas of why this is happening? I’m on v2.7

    thankyouschön

    Paul

    #269071

    can you please post a link to your website so we can get a better idea of what you want and so we can see whats happening?

    #269073

    Don’t have permission to publicize the site (yet), sorry

    #269091

    Then some more information would be helpflul.
    I have no idea what borders you’re talking about.

    You could post a link to the site as a private reply.
    That way only the support members can see it so its not public. If that would be ok?

    #269095

    If you search the support files you will notice that many users wish to remove the #eee borders that surround most content areas.
    The custom.css mod I found is the one
    posted here
    I do expect that a mod within a core css file be permanent. But this is being overwritten by some other file.
    This is the problem

    #269311

    Hi!

    That code works for me on my install, try this;

    #top .content, #top .sidebar, #top .header_color div, #top .alternate_color, #top .main_color { border: none !important; }
    

    Best regards,
    Josue

    #269464

    Thank you Josue – works now.
    Paul

    #269467

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.