Change font size and background color

Solved

Change font size and background color

Luxurymrkt
Globetrotter
771 2 164

 Hi,

 

id like to change the font size of LOGIN and APPLY FOR ACCESS to 12PX Bold

and also add a background color #FFD700

957670C3-2629-4788-A359-C8A1AFA1A209.jpeg

My site is https://luxurymrkt.com/products/alexander-mcqueen-army-green-nylon-graffiti-skull-shoulder-bag-66612...

Thank You | mike
Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Luxurymrkt

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save

.notAuthorizedBox a {
    font-size: 12px !important;
}

.notAuthorizedBox {
    background-color: #FFD700 !important;
}

Here is result: 

BSSCommerceHDL_0-1717607297291.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Luxurymrkt

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save

.notAuthorizedBox a {
    font-size: 12px !important;
}

.notAuthorizedBox {
    background-color: #FFD700 !important;
}

Here is result: 

BSSCommerceHDL_0-1717607297291.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now