HomeForumsProfile Builder ProCSS won't apply

This topic has 3 voices, contains 5 replies, and was last updated by  Gabriel Barina 14 days ago.

Viewing 6 posts - 1 through 6 (of 6 total)
Author Posts
Author Posts
January 10, 2012 at 6:50 am #3253
 Tonya

We can’t get any of the css to apply. Default, white, black, none — they all look exactly the same on our site. Of course, it seems that our theme is overriding it somehow, but how do we fix this? The only problem we have is the buttons are too light to be seen…. http://lighthouseintercessors.com/register/

We’ve changed the css in profile-builder-pro files to use a different hex color and to use a different btn.png file but nothing is affecting the page.

Please advise!

January 10, 2012 at 9:55 am #3259
 Gabriel Barina

Hello Tonya,

in the file style.css (line 1584) you have the following property:
.submit {
border: 0 none;
}

I added the following properties, and it changes:
.submit {
background: none repeat scroll 0 0 red;
border: 0 none;
color: black;
}

Hope this helps,
Gabriel

January 10, 2012 at 5:59 pm #3267
 Tonya

That worked. Thank you for finding it for me. I was able to integrate it into the different color pickers css sheets.

January 11, 2012 at 3:35 pm #3274
 Gabriel Barina

Be warned though: when you update the plugin, the changes made will be lost.

Gabriel

January 26, 2012 at 1:09 am #3388
 Mike

I’m having the same issue.. I can see front.end.white.css loading but for some reason the color is overridden by the style.css file. Most of it works but error messages show up formatted (not red).

Any ideas?

http://goremoteapp.com

January 26, 2012 at 10:35 pm #3395
 Gabriel Barina

Hello Mike,

Thank you for your bug report!
I will issue an update these days, but until then you can do the changes, if you want:

on line 87 change this(in front.end.white.css):
.warning, .error {
color: red;
}

to this:

.warning, .error {
color: red !important;
}

Gabriel

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.