Fieldtype, Module

Archived
Forum
(read-only)

VZ URL extension

ExpressionEngine 1.x, ExpressionEngine 2, ExpressionEngine 3

Back to this add-on's main page
View Other Add-ons From Eli Van Zoeren

     

How do I stop VZ URL from styling my fields?

General

Brendan Underwood
Brendan Underwood

I have a specific style set for my fields, but it seems that VZ URL it overriding those styles with its own, how do I stop this from happening?

Eli Van Zoeren
# 1
Developer
Eli Van Zoeren

Safecracker does not have a mechanism for choosing whether or not to include a field’s CSS (and, to be honest, something like VZ URL wouldn’t work very well without them). What you can do is put more specific CSS rules in your stylesheet that will override mine. Take a look at the vz_url/assets/styles.css file to see what you’re working with, and then copy any rules you want to override into your own CSS and add the class or ID of a containing element to the front of each selector. That will make your rule more specific and cause it to take precedence over the default style.

Let me know how you fair, or if you have any trouble.