rebelminion
Member
Posted 2 years ago #
I love your quotes collection plugin. However, it does not support allowing the admin to assign styles and variations.
Just about all the other plugins I have currently installed support this and it allows for a more unified look and feel.
Having this option in the quotes collection would be excellent.
Thanks,
R
PS: To see what I am talking about, you can visit the site using this plugin at http://www.theunforgottenamerican.com
http://wordpress.org/extend/plugins/quotes-collection/
You can style the output of this plugin in whatever way you want by editing the quotes-collection.css file.
I tried styling in the css file but it doesn't work. I am trying to get the quote bolded and in a different color. Here is the code I used: `.quotescollection_randomquote q {
color: #B3117E;
font-weight: bold;
}`
Did I put it on the wrong variable?
Also, I can't get the quotes to remove. I uncommented the block as directed but it still shows quotes. Help!
Does it mean anything that my css file says "inactive" at top? I have tried many different changes in css and NONE of them show up on the site. Do I have to paste the css into my theme's style sheet?
You can ignore my post. The changes eventually displayed correctly on my site, it just took about 15 minutes for some reason.