• thanosc

    (@thanosc)


    Dear all, how to change the background color only on content of pages?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Theme options > advanced styling, main content background

    Kadence Themes

    Thread Starter thanosc

    (@thanosc)

    Thank you for your promt support,
    Actually, i would like to change only the page area that there is text, content (like term of use page)

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    You would have to do this with css, using the page specific body class. Would look something like this:

    body.page-id-6 .contentclass {
    background:#eee;
    }

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wordpress how to change a background color only on pages’ is closed to new replies.