• Hi there,

    I have what seems to be a minor issue at the moment whilst setting up my plugin. Everything works great however because the link colour is the same colour as the page background, it almost appears as if there is no link there. i have tried modifying the CSS with no luck. I was wondering whether anyone has had a similar issue and any CSS available for this.

    Thank you

    Nik

    https://wordpress.org/plugins/email-before-download/

Viewing 1 replies (of 1 total)
  • I don’t think EBD sets any link color. Whatever color you’re getting is probably coming from your css.

    Most likely you probably have some css somewhere for a:link (to set the link color). Possibly more for a:hover, a:visited, and a:hover. I’m guessing that is applied to any link on your page, or perhaps even throughout your site. Or it could be links within a span or div or something. Something like that. It’s also possible that you happened to define it for either “icon-button” or “download-icon” class names, which EBD does use (but doesn’t define what those actually do with any css).

    There’s a slight chance that you somehow put something into the EBD settings for the HTML Before link setting or the Inline Link Custom CSS setting and then forgot you did it and that’s why you’re getting a colored link. Or, you could try and use that to change the color yourself using the a:link etc.

    You’re pretty much on your own to figure this out. It’s a css issue, not a plugin problem.

Viewing 1 replies (of 1 total)

The topic ‘Link CSS’ is closed to new replies.