Dawn Theme 5.0 Multicolumn text is wrong color (Blue) and there is no Blue in Theme Settings Color

I have a couple Multicolumn sections on home page. The text is showing in blue (#0000FF) for the paragraph (P) in all 3 columns of 1st Multicolumn section, and only 1st column of the second Multicolumn section. There is no blue in my Theme Settings. I don’t understand why this is happening. How do I change it back to the proper color which is purple?

YogaStudios.myshopify.com password: website

Hi!

Add this to the bottom of your section-multicolumn.css file:

.multicolumn-card__info {
    color: purple !important;
}

.rte {
    color: purple !important;
}

@Smiley1311 ,

p {
  color: #760186 !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Hi [email removed]Smiley1311

This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store based on 6 years of providing solutions for about 100.000 active Shopify merchants.

First of all the reason, it’s blue is because externally you are putting a url so it is eating the default color of the tag. you can reset the colors using the following class and reset their colors

you find : theme → Edit > Search “theme.liquid”.

{% if template.name == “index” %}

.multicolumn-card__info .rte p{ color:rgba(118, 1, 134, 0.75) !important }

{% endif %}

(you can change “rgba(118, 1, 134, 0.75)” by different color)

If you want more flexibility to personalize your pages, I’d love to introduce our product PageFly Landing Page Builder with 24/7 support live chat. PageFly has a Free plan where you can use all features and create different page types so I hope give us a try.

If you find my comment useful, please let me know by giving it a Like. Thank you!

PageFly