New Shopify Certification now available: Liquid Storefronts for Theme Developers

I want to change the colour of rich media text on the store. Theme is Minimog

dv18
New Member
4 0 0

Hi, I have minimog theme installed on the store and would like to change the colour of the particular text to pink.

 

Attached is the screenshot of the store.

 

Here is the store link: https://handmayk.com/products/circulo-enjoy-yarn

 

 

123.png

Replies 3 (3)
Natasha-Saed
Shopify Partner
303 32 55

1) Go to online store
2) Edit Code
3) Open your theme.css file
4) Paste the following code:

.bottom-block__text .prose p {color: #e52020;}
Change the color to the one that you want.

5) Save.

Let me know if it work by marking it as a solution.

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint
Beae_Anthony
Shopify Partner
436 167 168

Hi @dv18 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.bottom-block__text .prose {
    color: pink;
}
</style>

Beae_Anthony_0-1696163282241.png

 

Best regards,

Anthony

 

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
dv18
New Member
4 0 0

Hi Anthony,

 

Thanks for sharing the solution but when I implemented the code, it also changed the colour in other sections.

 

Here also it changed: https://handmayk.com/pages/avada-faqs

 

Can you let me know how can I change this section back to black ?