O
O
obivankenoby2016-04-14 19:55:37
PSD
obivankenoby, 2016-04-14 19:55:37

Is it possible to bulk replace the color of fonts and shapes in photoshop?

There are source codes for many pages, website design in PSD format, at the last moment the customer asked to recolor all colors, and therefore the question is, is it possible to somehow massively replace all the colors of fonts and forms with others, using standard methods or using third-party plugins?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vadim Solovyov, 2016-04-17
@VadimSoloviev

Here is the solution to your problem. Very handy plugin. www.codeadventure.com

P
protasovmikhail, 2015-03-21
@protasovmikhail

by trial and error;

$(".news_head").one("click", function(){
    var elem = document.getElementById(this.id+"_hide");
    $(elem).css("display", "block");
  });

Thanks to all.

D
Dima nahkar, 2015-03-21
@nahkar

and if so
$(".news_head").one("click", function(){
var id = $(this).attr("id")+"_hide";
$("#"+id).css ("display", "block");
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question