D Dylan V Well-known member Jan 30, 2015 #1 Hello, For a while, I try to customize the page of trophies to add borders to the primaryContent, but impossible. In the template "EXTRA.css", I put this: Code: .trophy.primaryContent { border: 1px solid; } but no results: This works for many things, but not for this.
Hello, For a while, I try to customize the page of trophies to add borders to the primaryContent, but impossible. In the template "EXTRA.css", I put this: Code: .trophy.primaryContent { border: 1px solid; } but no results: This works for many things, but not for this.
P Paul B XenForo moderator Staff member Jan 30, 2015 #2 Code: .help_trophies .sectionMain .section { border: 1px solid; } Upvote 0 Downvote
D Dylan V Well-known member Jan 30, 2015 #3 Brogan said: Code: .help_trophies .sectionMain .section { border: 1px solid; } Click to expand... Thanks, @Brogan. I also had the ".help_trophies", but I didn't have the perfect combination. Upvote 0 Downvote
Brogan said: Code: .help_trophies .sectionMain .section { border: 1px solid; } Click to expand... Thanks, @Brogan. I also had the ".help_trophies", but I didn't have the perfect combination.