• Resolved clrx

    (@clrx)


    It would be great to have a semi-transparent background behind the “never see this again” text to make them more visible. How do I do so?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @clrx

    I hope you’re well today!

    You can achieve this with a bit of additional CSS:

    – edit your Hustle module (popup, slide-in) and go to its “Appearance” settings section
    – scroll it down and enable “Custom CSS” toggle
    – add following CSS there

    .hustle-nsa-link {
    	padding: 10px;
    	background: rgba( 255, 0, 0, 0.5);
    }

    Note: I used semi-transparent (50%) red color in this example but you can of course adjust it to your needs. You can use rgba format (like I did here) or rgb (without transparency) or just a standard HEX like this (again, red as example)

    background: #FF0000;

    You may also want to adjust padding value.

    Once you save it and clear all cache on site, the background should be there.

    Best regards,
    Adam

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @clrx,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.

    Best Regards
    Nithin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding colour overlay for “never see this again” text’ is closed to new replies.