Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #28998

    Support
    Member

    Hey Jay,

    Following line of CSS should work

    .x-boxed-layout-active .site {border:none;}

    Thanks

    #29090

    Jay B
    Participant

    Well it certainly made the lines alot more faint but hasn’t completely rid of them unfortunately… This is quite a common look for these jewellery sites like this one – http://www.spelldesigns.com/
    Any more suggestions so as we can get the desired effect of no lines? Managed to do everything else be a great shame if we couldn’t achieve this one is all.

    #29294

    Support
    Member

    Hey Jay

    Add following line of CSS to CustomizerCustomCSS

    .x-boxed-layout-active .site {
        box-shadow: none;
    }
    

    Thanks

    #29421

    Jay B
    Participant

    Perfect! Thanks so much!

    #29428

    Support
    Member

    Hey Jay,

    You’re Welcome!

    Thanks