Styling

Help Desk ›› How to ›› Styling
December 03, 2019 20:27:49
Will
Topics: 2
Messages: 5
Is it possible to apply css to the download link?
I'd like to change the color of the text.
Please see attached.
Thanks
December 04, 2019 09:27:11
E2Pdf
Topics: 7
Messages: 3617
Support
Hi,

By default generated link has "e2pdf-download" class which can be styled by adding style to your theme css. You can also define custom classes via "class" attribute:

[e2pdf-download id="1" class="additional-class"]

We remain at your service.

We would really appreciate your feedback at WordPress.org!
December 04, 2019 18:30:29
Will
Topics: 2
Messages: 5
Thanks for your help.
I added this styling to the theme css

#e2pdf-download-e2pdf-inline a:link
{ color: #e2e2e2;
}
But still I have the issue. Can you tell me am I missing something. Sorry I dont know css.
Here's the form with the link at the last page if that helps
https://ausdigitalmedia.com/free-stuff/#free-customer-profiler
December 05, 2019 09:00:19
E2Pdf
Topics: 7
Messages: 3617
Support
You4 theme has "style-custom.css" that has !important option on links locatd in this block, so try please to use css below:

/* Default Link Style */

body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a.e2pdf-download:not(.btn),
body.textual-accent-color .post-content p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a.e2pdf-download:not(.btn-text-skin):focus:not(.btn)
{
color: #e2e2e2 !important;
}

/* Mouse Over Link Style */

body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a.e2pdf-download:hover:not(.btn),
body.textual-accent-color .post-content p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a.e2pdf-download:not(.btn-text-skin):focus:hover:not(.btn)
{
color: #e2e2e2 !important;
}

We remain at your service.

We would really appreciate your feedback at WordPress.org!
December 05, 2019 18:59:04
Will
Topics: 2
Messages: 5
Excellent.
Thank you for the great support.
I will be sure to recommend this product to all of my agencies website clients now.

Will
Get News and Updates
Our monthly newsletter keeps you in the loop, so you'll always be up to date with the latest news and updates about E2Pdf.
* You can update your email subscription preferences here.
All trademarks, service marks, trade names, product names, and logos appearing on this website are the property of their respective owners. The use of trademarks such as Formidable Forms®, Forminator Forms®, Gravity Forms®, JetFormBuilder®, WordPress®, WooCommerce®, WPForms® and others is solely for identification purposes (nominative use) and does not imply any affiliation, sponsorship, or endorsement by the respective trademark holders.
© 2017 - 2026, https://e2pdf.com

We use cookies to collect and analyse information on site performance and usage, to provide social media features and to enhance and customise content and advertisements. By clicking "Accept Selected", you consent to use of selected cookies according to our Cookie Policy.