Answer the question
In order to leave comments, you need to log in
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
Here is the solution to your problem. Very handy plugin. www.codeadventure.com
by trial and error;
$(".news_head").one("click", function(){
var elem = document.getElementById(this.id+"_hide");
$(elem).css("display", "block");
});
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 questionAsk a Question
731 491 924 answers to any question