Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3150919
Color change
Closed

Comments

  • Floriant started the conversation

    Hello, 

    I want to change the color of the "view available coupons" because it's the same as my background color.

    Also Is it possible to change the text and icon size to make it bigger ?


    Thanks 

  •  767
    Janilyn replied

    Hi Floriant,

    Thank you for contacting WPClever Support Forum. We’ve received your question.

    However, we need more information in order to help you with the custom codes. Please provide us with a link to your published product for checking? 

    We need to check the frontend in order to provide the proper CSS code for your needs.

    After receiving your information, I'll proceed to the next step. 

    Best regards. 

    Janilyn T. - WPClever Support Agent

  •  767
    Janilyn replied

    Hi Floriant,

    Thank you for the link. I have assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  153
    Henry replied

    Hi,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wpccl-btn {
        color: #ebd117;
        font-size: 110%;
    }

    + Screenshot: https://www.screencast.com/t/wdR3k12cM

    Best regards,
    Henry N.

  • Floriant replied

    Hello, thanks a lot It work there is just one problem, the color doesn't change when it's over 

  •  153
    Henry replied

    Hi,

    Do you want it to change color when hovering over the link?

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wpccl-btn {
        color: #ebd117;
        font-size: 120%;
        padding-left: 30px;
        background-size: 24px;
    }
    .wpccl-btn:hover, .wpccl-btn:focus {
        color: #09f1dc;
    }

    Best regards,
    Henry N.

  • Floriant replied

    That perfect thanks a lot

  •  153
    Henry replied

    When you are in need of help, please submit a new ticket to let us know at our Support Forum at any time. We are always at your service.

    Best regards,
    Henry N.