Showing 1 – 4 of 4 replies
eaortiz

If I wanted to have all the blue […]

eaortiz PURCHASED
7 years ago
If I wanted to have all the blue accents be a different color, how viable is it? How many of them are images as opposed to css specifications?
Designing World
7 years ago
Hello,
If you change the all blue accents just change the blue color code. For example:
.section_heading > h2 > span {
color: #2196f3; (Chang this color code)
}
And your second question we can't understand properly. Please write again in details.

If you need full support please contact us via this support form => http://support.designing-world.com
Thanks!
eaortiz
eaortiz PURCHASED
7 years ago
Ok, the question is about the image assets:
for example the loading gif at startup
the circles at the top of the page
the green/blue layover in the video
the icons for fb, twitter, google and app features, etc.
Designing World
7 years ago
1. Preloader isn't gif, We use CSS3 for preloader.
2. The circles at the top of the page is't image. We use CSS3 for this.
3. The green/blue layover in the video is a CSS3 overlay.
4. The icons for fb, twitter, google and app features we use Ico Fonts. Here is the all fonts => http://icofont.com/

You can all assets as your desire color. Thanks!
eaortiz
eaortiz PURCHASED
7 years ago
Perfect! Thanks