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

Solved

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

Smiley1311
Shopify Partner
47 0 15

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

Accepted Solutions (3)

WoodyDev
Shopify Partner
578 115 192

This is an accepted solution.

Hi!

 

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

 

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

.rte {
    color: purple !important;
}
Woody, 29, Stafford, UK | If I helped you out, mark it as the solution and drop me a thumbs up! | This is just a hobby for me, not my full-time job, so tips are greatly appreciated! paypal.me/woodybruh | Developer for AimShop.com | Owner of WoodyDevelopments | Try the best Shopify page builder

View solution in original post

oscprofessional
Shopify Partner
16215 2425 3149

This is an accepted solution.

@Smiley1311 ,

p {
  color: #760186 !important;
}

 

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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free

View solution in original post

PageFly-Victor
Shopify Partner
7865 1786 3122

This is an accepted solution.

Hi @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 <a> 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" %}

<style>

.multicolumn-card__info .rte p{

color:rgba(118, 1, 134, 0.75) !important

}

         </style>

 

{% 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




View solution in original post

Replies 3 (3)

WoodyDev
Shopify Partner
578 115 192

This is an accepted solution.

Hi!

 

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

 

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

.rte {
    color: purple !important;
}
Woody, 29, Stafford, UK | If I helped you out, mark it as the solution and drop me a thumbs up! | This is just a hobby for me, not my full-time job, so tips are greatly appreciated! paypal.me/woodybruh | Developer for AimShop.com | Owner of WoodyDevelopments | Try the best Shopify page builder

oscprofessional
Shopify Partner
16215 2425 3149

This is an accepted solution.

@Smiley1311 ,

p {
  color: #760186 !important;
}

 

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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free

PageFly-Victor
Shopify Partner
7865 1786 3122

This is an accepted solution.

Hi @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 <a> 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" %}

<style>

.multicolumn-card__info .rte p{

color:rgba(118, 1, 134, 0.75) !important

}

         </style>

 

{% 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