Custom CSS being ignored
-
Hello,
I’m trying to modify the widget display CSS, but it seems to be ignored. My goals are: 1) remove the image max width and height properties; 2) remove the rounded borders; 3) insert a carriage return between the image and the quote; 4) remove the dashicon before the author.
I have added the following Custom CSS:
/* Quotes widget modifications */ .quotes-llama-widget-random img { max-width: 250px; max-height: 250px; border-radius: 0px; } .dashicons:before, .dashicons-edit:before { content: ''; }
The only part that seems to work is the removal of the dashicon. The image properties seem to be ignored (or overridden by the plugin settings).
Thank you in advance for any advice.
Cheers,
Nathan Zachary
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom CSS being ignored’ is closed to new replies.