We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Links not visible on pages

Solved

Links not visible on pages

TBS2023
Shopify Partner
322 1 45

Hello

 

On my edit page i have many links which are visible and the right color:

 

TBS2023_0-1720502482624.png

 

However when i go on my live site - they appear a few seconds then disappear

TBS2023_1-1720502552869.png

 

https://yoga-spirit-mauritius.myshopify.com/pages/mentions-legales

rtewth

 

Accepted Solution (1)

AnneLuo
Shopify Partner
1381 240 281

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.elementor-element a {
    color: blue !important;
    display: inline !important;
}
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 2 (2)

AnneLuo
Shopify Partner
1381 240 281

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.elementor-element a {
    color: blue !important;
    display: inline !important;
}
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @TBS2023 

Please add this code to your Custom CSS in Online Store > Themes > Customize > Theme settings. 

.rte a {
display: inline-block;
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.