• Resolved pats4892

    (@pats4892)


    Is it possible to change the background color of a single page on the app only? Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AmauriC

    (@amauric)

    This is possible with the id of the page.

    Example to make it white, add these CSS rules on the wpmobile plugin > CSS and Javascript > In the app > CSS:

    
    .wpmobile-15762 .posts, .wpmobile-15762 .page {
        background: white!important;
    }
    
    h2.wpmobile-title {
        color: black!important;
    }
    
    Thread Starter pats4892

    (@pats4892)

    You’re the best, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background color of single page’ is closed to new replies.