Showing 1 – 3 of 3 replies
darjonase

But trying to also change the full […]

darjonase PURCHASED
6 years ago
Apologies, but trying to also change the full color scheme of the landing page, similar to how it is done when you use the color picker. I don't want to display a color picker, I just want to change all the default light blue for the text, icons circles, etc. Where exactly in the CSS do I do this? And is it through the style.css file?

Thank you for your help.
Designing World
6 years ago
Hi darjonase,
Thanks for purchase our landing page.
Problem 01: To invisible color picker first open your desire (.html) file. Then search this section & delete this. http://prntscr.com/fll9ev
Problem 02: Light blue color set is our default color set. So no need to change any CSS style.
Thanks!
darjonase
darjonase PURCHASED
6 years ago
Sorry for the misunderstanding...

I am trying to change from the Light Blue default to another color. Let's just say Red as an example. I was hoping to change in one location, as that is what appears to happen when you select a different color from the color picker.

Please keep in mind that I do NOT want to use the color picker. I simply want to change the default color for the landing page FROM Light Blue TO another color (Red, for example).

Thanks.
Designing World
6 years ago
Hi, I am sorry to for misunderstanding.
First open your desire (.html) file then just add a class into body tag.

Example: For Red Color
<body class="red">

Tips: If already have a class into body tag. Just give a space after this class then add color class. Example: <body class="default-version red">

http://prntscr.com/fm3g81

For Purple Color: add "purple" class.
For Red Color: add "red" class.
For Green Color: add "green" class.
For Orange Color: add "orange" class.
For Yellow Color: add "yellow" class.
For Deep-orange Color: add "deep-orange" class.
For Cyan Color: add "cyan" class.
For Teal Color: add "teal" class.
For Pink Color: add "pink" class.