What's your biggest current challenge? Have your say in Community Polls along the right column.

Remove the background colour and change the text colour in the Multiple link block section

Solved

Remove the background colour and change the text colour in the Multiple link block section

BorisS1
Visitor
3 0 1

Hello,

 

Hope you are going well

 

I need to do the next operations in the Multiple Link blocks for the Venture theme :

 

1) Remove the white background frame and only leave the text

2) Change the Text colour from the Black to the White

3) Replace the text position to the "Bottom - Left"

 

Can somebody help ?

Thank you

Capture d’écran 2023-08-08 à 21.40.07.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9146 2183 2696

This is an accepted solution.

Thank you for the information. Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.

 

.flex.flex--center-vertical span {
    background: transparent;
    color: white;
    position: absolute;
    top: 40px;
}
a.link-block.lazyloaded {
    text-align: left;
}

 

Result:

Ribe_Dagandara_0-1691685452795.png

I hope it help. 

 

 

 

"🌟 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 🙌"

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9146 2183 2696

Hi @BorisS1 

Can I give a try? Would you mind to share your Store URL website? with password if its protected. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

Moeed
Shopify Partner
6357 1721 2081

Hey @BorisS1 
Kindly share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Made4uo-Ribe
Shopify Partner
9146 2183 2696

This is an accepted solution.

Thank you for the information. Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.

 

.flex.flex--center-vertical span {
    background: transparent;
    color: white;
    position: absolute;
    top: 40px;
}
a.link-block.lazyloaded {
    text-align: left;
}

 

Result:

Ribe_Dagandara_0-1691685452795.png

I hope it help. 

 

 

 

"🌟 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 🙌"

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.