As said in the post before, to apply superposition, you have to drawn as many circuit as many generators are present in you original circuit. In each "new" circuit you have to consider just one generator while all the others are replaced by short circuit if they are volatge generator, or open circuit if they are current generator. The for each circuit you will calculate the parameters you are interested in, then the solution of the original circuit will be given by the sum of all the partial solutions. In your case there are 2 generators, then we will have two circuits with just one generator:
I've added the currents at each node as well as the voltages at each branch. We can apply KCL and KVL.
The equation of circuit A are:
Iv=I2+I4
IL=I1+I4
I1=I5+I2
V1=V4-V2
Vg=V2-V5
Vg=V4+VL
Equation for circuit B are:
IL=I1+Ig+I4
I1=I2+I5-Ig
V1=V4-V2
V2=V5
V4=-VL
For both circuits:
V1=R1*I1
V2=R2*I2
V4=R4*I4
V5=R5*I5
VL=RL*IL
Now solving for I1 and I2 the system of circuit A and circuit B you will have I1(A), I2(A), I1(B), I2(B) then
I1 = I1(A)+I1(B)
I2 = I2(A)+I2(B)
please note that R3 plays no role, since it is in series with a current generator (however it dissipates power).
I hope not to have introduced errors in writing some of the equation or forgot some equation (please check with the circuit), however I tried to show you the general method.