My website consists of various pages named as :
- page-X.php
- page-Y.php
- page-Z.php
These three pages mentioned above require unique background colors. However, the remaining pages/posts on my site inherit their background-color from the style.css file.
I am facing challenges in applying distinct background colors to the mentioned 3 pages due to Bootstrap 3 causing gaps that inadvertently apply background color from the style.css file. Can you suggest a solution to this issue?