How to remove effect by Dakaas tag on the bottom left of the screen

Solved

How to remove effect by Dakaas tag on the bottom left of the screen

thesummeracai
Tourist
7 0 2

Hi everyone, is there any way to remove the "effect by Dakaas" tag on the bottom left of the screen? Appreciate the help!

 

Website link: https://thesummeracai.com 

 

Screenshot 2024-09-25 212344.png

Accepted Solution (1)

Moeed
Shopify Partner
7151 1933 2355

This is an accepted solution.

Hey @thesummeracai 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#dakaasmark {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727270977653.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
7151 1933 2355

This is an accepted solution.

Hey @thesummeracai 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#dakaasmark {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727270977653.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications