Changing color of the links.

Solved

Changing color of the links.

UL1
Explorer
52 0 17

Hi

Store ID: https://wirelessrevolution.net/

I have a problem because when i add link in my text it seems to dissapear or changing the color to the background color and it fades out. 

Below is the example of how does it looks in my collapsible content row.

Thank you in advance

UL1_0-1718905672876.png

 

Accepted Solution (1)

Guleria
Shopify Partner
3990 795 1134

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.rte a {
    color: #fff;
    text-decoration: underline;
}
.rte a:hover {
    color: #fff;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Reply 1 (1)

Guleria
Shopify Partner
3990 795 1134

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.rte a {
    color: #fff;
    text-decoration: underline;
}
.rte a:hover {
    color: #fff;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder