Sure, it will just take some extra CSS.
First, download an empty Tracks child theme to put your changes in (so they don’t get overwritten).
Then, add the following to the style.css file:
#disqus_thread {
background: white;
padding: 3em 5.55%;
}
@media all and (min-width: 37.5em){
margin: 0 5.55%;
}
@media all and (min-width: 43.75em){
padding: 3em 11.11%;
}
@media all and (min-width: 56.25em){
padding: 3em 16.66%;
}
@media all and (min-width: 75em){
padding: 3em 22.22%;
}
That will give the disqus section a white background and the same structure as the rest of the page.
Finally, to activate your child theme with the new disqus styles:
- Visit your site’s dashboard
- Go to the Appearance menu
- Click on the “Add New” button at the top of the page
- Click on the “Upload Theme” button at the top of the page
- Click on the “Choose File” button
- Select the tracks-child.zip file
- Click the blue “activate” link