Hey guys does anyone know how to add specific bold text?

hello does anyone know how to do specific bold text n others that’s in this loom video https://www.loom.com/share/067c07339e99488c8defcb462f55d484

Hi @dannytruong123 please share store preview password so we can see and provide you with code

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hello @dannytruong123 ,

To make the first 3 texts bold, add a border after 3rd text and a white background below the banner text;

You can follow the below steps to do the same.

Go to Shopify Admin Dashboard and click on Online Store → Themes.

Click on the Actions button > select Edit Code.

In the left-hand sidebar, navigate to the Assets folder and click to open the base.css file.

Scroll to the bottom of the file and add the following code:

.header__inline-menu .list-menu > :is(li:nth-child(1), li:nth-child(2), li:nth-child(3)) {

font-weight: bold;

}

.header__inline-menu .list-menu > li:nth-child(3) span {

padding-left: 2.2rem;

border-left: 2px solid #333;

}

.banner__heading {

background: #fff;

color: #000;

}

Hope it helps. Let us know if you have any further queries.

Regards,

CedCommerce