Home > Design - Imagery, Banners & Landers > Landing Pages

Checks Disappearing Issue (2)


05-25-2015 05:50 AM #1 Roark (Member)
Checks Disappearing Issue

Hello All,

I recently permanently borrowed a mobile landing page that I am sure people in the adult vertical are familiar with.

In CSS, I am trying to change the colors of text from the original color to one that matches my offer. However, whenever I try to change these colors, this in turn deletes the check-mark boxes that users click on to show their preferences when going through the steps on the landing page.

Would anyone know why this is happening and how to change text colors without having this happen?

Regards,

Roark


05-25-2015 08:17 AM #2 alexlion (Member)

"I recently permanently borrowed.."


--
It's hard to say without seeing the codes what is going on. Color change in no way should delete checkmarks or any elements of the page, you probably deleted a piece of code or something.

I would recommend installing Firefox Firebug and inspecting the elements you want to change (right click - Inspect element with Firebug). Then on the right column you can find the parameters and change them. Changes will appear in real-time, so after you've figured out what you need and how it looks like, it's really easy to find correct .css files or lines in the index file and then just update them on your hosting. Firefox browser's default "inspect element" (right click-Q) is good too. I use both.


Home > Design - Imagery, Banners & Landers > Landing Pages