What's your biggest current challenge? Have your say in Community Polls along the right column.

Text in tracking section is not pure white

Solved

Text in tracking section is not pure white

Vick2
Excursionist
60 0 5

Hi, some text in the tracking page is not pure white but tends to the color of the background. Can someone help me?

 

Immagine 2023-09-19 154934.png

 

Immagine 2023-09-19 194616.png

 

Accepted Solution (1)
PageFly-Noah
Shopify Partner
1317 233 277

This is an accepted solution.

Hi @Vick2 

Please help me replace the code i gave above with this one

<style>
.track123_form_label {
    color: #fff !important;
}
.track123_order_header.track123_order_header2 {
display: none !important;
}
.track123-package-title, .track123_back, .track123_all_or_last_activity_title,.track123_view_more_btn, .track123_carrier_content .tracking_number, .track123_order_tracking_details_item .content, .track123_order_tracking_details_item .time, .track123_order_tracking_details_item .carrier_name {
    opacity: 1 !important;
    color: #fff;
}
</style>

PageFlyNoah_0-1695198036095.png

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 17 (17)

Moeed
Shopify Partner
6359 1723 2084

Hey @Vick2 

 

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>
.track123_form_label {
    color: white !important;
}
</style>

RESULT:

Moeed_1-1695191085738.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!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Vick2
Excursionist
60 0 5

I have no </body> tag. Even with CTRL+F i cannot find it

Moeed
Shopify Partner
6359 1723 2084

Hey @Vick2 

 

Add this code below <head> then

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Vick2
Excursionist
60 0 5

It worked for the section where i put the tracking number but not for the tracking detailsImmagine 2023-09-19 154934.png

laddisahsi
Shopify Partner
385 38 41

Hi @Vick2 

You can follow the following steps:

1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag

 

<style>
.track123_form_label {
    color: #fff !important;
}
</style>

 

laddisahsi_0-1695192214523.png

 

If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!

PageFly-Noah
Shopify Partner
1317 233 277

Hi @Vick2 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.track123_form_label {
    color: #fff !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Vick2
Excursionist
60 0 5

It worked for the section where i put the tracking number but not for the tracking details

Immagine 2023-09-19 154934.png

laddisahsi
Shopify Partner
385 38 41

@Vick2 

Without tracking number unable to see this page

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
PageFly-Noah
Shopify Partner
1317 233 277

@Vick2 

Please share with me an example tracking number, then we can reproduce on our end and fix it for you

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Vick2
Excursionist
60 0 5

How can i get one?

PageFly-Noah
Shopify Partner
1317 233 277

That's the number you have entered to track the order in the screenshot

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Vick2
Excursionist
60 0 5

TK123. Also, how can i remove the ''restituzione'' button above ''Consegnato''

PageFly-Noah
Shopify Partner
1317 233 277

This is an accepted solution.

Hi @Vick2 

Please help me replace the code i gave above with this one

<style>
.track123_form_label {
    color: #fff !important;
}
.track123_order_header.track123_order_header2 {
display: none !important;
}
.track123-package-title, .track123_back, .track123_all_or_last_activity_title,.track123_view_more_btn, .track123_carrier_content .tracking_number, .track123_order_tracking_details_item .content, .track123_order_tracking_details_item .time, .track123_order_tracking_details_item .carrier_name {
    opacity: 1 !important;
    color: #fff;
}
</style>

PageFlyNoah_0-1695198036095.png

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Vick2
Excursionist
60 0 5

It did not change the color of those 2 strings of text for the products and the text ''fedex...'' in the lower left corner . Moreover, let's take the ''Restituzione'' button back but changing it to ''Indietro''

Immagine 2023-09-20 105908.png

laddisahsi
Shopify Partner
385 38 41

Hi @Vick2 

You can follow the following steps:

1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag

<style>
.track123_main_container.track123_main_not_show_all_container {
    color: white !important;
}
.track123_all_or_last_activity_title {
    color: white !important;
    opacity: unset !important;
}
.track123_view_more_btn{
opacity: unset !important;
}
.track123-package-title{
opacity: unset !important;
    color: white !important;
}
.track123-package-item {
    opacity: unset !important;
    color: white !important;
}
.track123_back {
    opacity: unset !important;
}
</style>

 

laddisahsi_0-1695198067686.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
Vick2
Excursionist
60 0 5

How can i change the button ''restituzione'' to ''Indietro''? Also, the other two strings of text remained the same and not pure white

Immagine 2023-09-20 102957.png

PageFly-Noah
Shopify Partner
1317 233 277

Hi @Vick2 Sorry for my late response, please help me to add replace the code above with this code instead

<style>
.track123_form_label {
    color: #fff !important;
}
.track123_order_header.track123_order_header2 {
display: none !important;
}
.track123-package-title, .track123_back, .track123_all_or_last_activity_title,.track123_view_more_btn, .track123_carrier_content .tracking_number, .track123_order_tracking_details_item .content, .track123_order_tracking_details_item .time, .name {
    opacity: 1 !important;
    color: #fff;
}
</style>

PageFlyNoah_0-1695343627113.png

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.