• Hello, Please I need help changing background color for a specific website page to black using CSS class but those changes that I made are not applied to the page, I started the code like these

    .page-id-422 {background-color: #000000;}

    As It doesn’t applies I changed it to

    .page-id-422 {background-color: #000000 !important;}

    Upon all this the color doesn’t still change I then change the code to

    body.page.page-id-422 {background-color: #000000 !important;}

    Not Working I changed to

    body.page-id-422 {
    background-color: black;
    }
    

    I don’t Know what prevent the color from changing, please anyone have another idea to changing the color because I don’t have any other ideas for doing this. Please help thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please specify the theme you are using so you can apply the appropriate CSS code.

    Thread Starter Jennifer

    (@akpae5)

    Hello, thank you for your response. I’m using BuddyX theme.

    I can see that is a commercial product. If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    https://buddyxtheme.com/support/

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing background color for a specific page’ is closed to new replies.