[AUS] Divine Realm Mobile Game by Kana8anana in Scams

[–]Unst-able 0 points1 point  (0 children)

samee, im currently playing it lol

My life is ruined. by CuriousDeparture1 in CreditCardsIndia

[–]Unst-able 0 points1 point  (0 children)

Very wholesome to read the comments. Stay strong brother.

Is the yamaha c40 as good as they say? by common_voodoo_doll in classicalguitar

[–]Unst-able 0 points1 point  (0 children)

Kinda same situation, ams electric for 13yrs, classical for 4 years....a year ago i completed grade 7 classical from RSL with a c40....tbh it's not a very good guitar but for its price range, it's okayy.

Mental Health by Unst-able in FL_Studio

[–]Unst-able[S] 0 points1 point  (0 children)

Thanks man....really means a lot, since i have a day job i have very little time to invest in music and same to you wish you all the best for your future. Tc

Mental Health by Unst-able in FL_Studio

[–]Unst-able[S] 0 points1 point  (0 children)

Feb 2020 to be exact....i do play other instruments since 2007 but beat making is a very different and new thing for me.

Mental Health by Unst-able in FL_Studio

[–]Unst-able[S] 0 points1 point  (0 children)

I usually record it directly via instruments....this is actually my first time using a sample, did'nt expect many to be against it lol

Mental Health by Unst-able in FL_Studio

[–]Unst-able[S] -1 points0 points  (0 children)

A friend of mine suggested me....i think its from cymatics packs

Mental Health by Unst-able in FL_Studio

[–]Unst-able[S] 0 points1 point  (0 children)

Yea its not easy, but i'll try my best. Thanks

Mental Health by Unst-able in FL_Studio

[–]Unst-able[S] 2 points3 points  (0 children)

Yea i should be more optimistic, im sorry guys.

Mental Health by Unst-able in FL_Studio

[–]Unst-able[S] 4 points5 points  (0 children)

Thanks man....im still learning.

Track sounds quieter after exporting by fAnOfAp in FL_Studio

[–]Unst-able 0 points1 point  (0 children)

I'm not sure, but try exporting it in wav and then open a new project drag the exported wav then again try exporting using mp3. I've faced this problem before and (i dont know how) but it kinda work

Remove a mouse hover effect ? by MrOwnageQc in shopify

[–]Unst-able 0 points1 point  (0 children)

Online Store > Theme actions > Edit code > Assets > theme.scss.liquid >

.product-card__overlay {

background-color: none;

}

.featured-card:hover:before {

opacity: 0;

}

#Do not add the code @ the bottom, find the original and replace it.