Jump to content

Help to get rid of the outline around the movie cases?


BigSteve84

Recommended Posts

BigSteve84

Hi sorry, the picture isnt that great but the outline that surrounds the movie poster, it's like a faint black line?

 

Sent from my EDI-AL10 using Tapatalk

Link to comment
Share on other sites

Happy2Play

This should be what you are looking for.

/*Remove itemdetail border*/
.itemDetailImage {
    border: 1px solid transparent !important;}
Link to comment
Share on other sites

Happy2Play

Thanks but is there anyway to get rid of the square outline of where the poster would fill? As the code you gave me doesn't work

 

How about this.

 

59baef29e18e4_collection.jpg

/*Remove imagedetail border*/
.itemDetailImage.loaded {
    -webkit-box-shadow: 0 0 1.5em transparent !important;
    box-shadow: 0 0 1.5em transparent !important;
    border: 1px solid transparent !important;}
Link to comment
Share on other sites

Happy2Play

Sorry no custom css carries outside your local server.  Custom CSS doesn't carryover to Connect either.

Link to comment
Share on other sites

BigSteve84

That's cool, thanks for your help, one other thing, when customizing your own movie posters is there a specific size and or resolution they have to be?

 

Sent from my EDI-AL10 using Tapatalk

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...