How to modify the CSS?
-
Hi, thanks for the plugin and I hope is what I’m looking for. I guess the function worked as it supposed to except I don’t understand how to modify the CSS for the pop up box?
Currently I’m running my theme on localhost. And correct me if I’m wrong but I think I already did as you told which is to:
1. Create a subfolder called “flexible-frontend-login” in your theme folder. Ok I did that.
2. And copy the css file from the plugins/flexible-frontend-login/css/ffl-style.css into the new “flexible-frontend-login” in my theme folder. Yes, I did that too.
3. After that I start with simple thing which I modify the background color of the popup box–just to see the result–from white to red.
#ffl-boxes #ffl-dialog { background-color: #cb0101; padding:1em 2em; border:solid 1px #000; box-shadow:0 0 6px 2px #000;But nothing happened. I refresh it several times and its stil the same. Did I miss something?
Thank you very much in advance.
The topic ‘How to modify the CSS?’ is closed to new replies.