• Resolved dixonjeans

    (@dixonjeans)


    Looks fine on desktop, even at mobile size. But on actual mobile it is the same color as the form (dark grey with black text).
    I am using Avada theme and haven’t found where this setting is to make the change… I’ve looked through the entire Avada Theme Options menu as well as WP Adverts Core Settings. Screen shots attached.
    desktop
    Mobile

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    you should be able to force the plugin/theme to use a lighter background for the button by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    body .adverts-button, body input.adverts-cancel-unload {
        background: whitesmoke !important;
    }
    
    Thread Starter dixonjeans

    (@dixonjeans)

    This worked beautifully. Thank you.

    Thread Starter dixonjeans

    (@dixonjeans)

    This solution resolved my site’s issue. Thank you again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Preview, Publish Listing, edit Button same Color as background’ is closed to new replies.