Product description and website title text color too light

I have selected #103C8B for the text color. Observe that in big letters above the pricing, it says Untitled in the correct text color. However, at the top left of the page where it says Empirical Water, that text color is lighter than the selected value. It looks faded, and so does the product description where it says “Untitled is a specially formulated…”. Both of these text fields need to be the selected color, #103C8B.

I am using Dawn theme and the URL is https://empiricalwater.com/.

Any assistance is extremely appreciated. Thank you.

Hi @empiricalarby ,

When i’m check the site currently the site have the password protected.

About the part “Empirical Water” this is logo, so what the type you doing use for this part? image or text.

If it is image, you cannot change the color of image.

  • For tab description of product => you should be check on setting customize of product page. find the settings of text on that part. If the theme not support we need use the style for it.

Thanks!

@empiricalarby Send me store password.

@DitalTek @DelightCart The password is arbywater

Thanks for your help

@empiricalarby

  1. Go to assets/base.css and paste below css at bottom of css file.
.header__heading-link .h2
{
color: rgba(var(--color-foreground)) !important;
}
  1. Go to assets/section-main-product.css and paste below css at bottom of css file.
.product__info-container .product-form, .product__info-container .product__description
{
color: #103C8B !important;
}
1 Like

Hi! @empiricalarby

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.

Go to Online Store-> Theme->Edit code

Asset-> base.css ->paste the below code at the bottom of the file.

.link–text:hover {

color: unset !important;

}

.product__description.rte.quick-add-hidden {

color: #103C8B !important;

font-weight: 300;

}

Best regards,

PageFly

1 Like

@DelightCart @PageFly-Victor Thank you, the issue has been solved