Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author WP Codeus

    (@wpcodeus)

    Hello @zandu,

    Looking at the source code of your referral link, it looks like you have assigned the proposal accent color to white. The accent color also colors the color of the approval button.

    To fix this, either change the color of the proposal accent color, or you can customize the button with the following CSS:

    .single-proposal .wpp-approval-form-holder #wpp-approved {
    background-color: #333;
    }

    Thread Starter zandu

    (@zandu)

    Please guide me to the settings tab to change proposal accent color.

    Plugin Author WP Codeus

    (@wpcodeus)

    Hello @zandu,

    The proposal accent color can be found on the design settings of WP Proposals. The setting you will want to change is the ‘Featured Image Overlay Color’ as that also controls the accent color on the current version of WP Proposals.

    Thread Starter zandu

    (@zandu)

    Thread Starter zandu

    (@zandu)

    Please see attached https://ibb.co/NL3rp0c

    Plugin Author WP Codeus

    (@wpcodeus)

    The color is red because that is the Hex color you assigned…

    Thread Starter zandu

    (@zandu)

    Yes true, the image is red.

    • This reply was modified 3 years, 4 months ago by zandu.
    Plugin Author WP Codeus

    (@wpcodeus)

    @zandu, The accent color also controls the featured image overlay. If you wish to only change the button color you can use the CSS above. Otherwise adjust the settings of the overlay opacity in the design settings of WP Proposals.

    Thread Starter zandu

    (@zandu)

    I can give you admin dashboard to take care of it…

    Thread Starter zandu

    (@zandu)

    Do I add the CSS in the

    As of now under WP Proposal > General Settings, this is the CSS that is there. Should I keep it the same?

    .single-proposal .site-content {
        padding-top: 0px!important;
    }
    .single-proposal .grid-container {
        max-width: unset!important;
    }
    .single-proposal .wpp-approval-form-holder #wpp-approved {
        background-color: #333;
    }
    .single-proposal #main {
       padding-top: 0px !important;
       margin-top: -60px !important;
    }
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Button not showing’ is closed to new replies.