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

Decrease Mobile Text & Item Sizing on Homepage

Solved

Decrease Mobile Text & Item Sizing on Homepage

duart2023
Explorer
85 1 27

I am looking to decrease the text and size of all the red circled items in the below screenshot - ideally all by half.

 

URL: duoarthouse.com.au

 

IMG_0067.jpg

Accepted Solution (1)
mrashid
Shopify Partner
293 25 30

This is an accepted solution.

@duart2023 

@media only screen and (max-width: 768px) {
.slick-dots li button.custom-dot svg {
    height: 8px !important;
    width: 8px !important;
}
a.overlay-text__button.button.altcolour {
    font-size: 7px !important;
}
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 4 (4)

mrashid
Shopify Partner
293 25 30

@duart2023 
Paste in style.css

@media only screen and (max-width: 768px) {
.overlay-text__rte.rte p {
    font-size: 10px !important;
}
h2.overlay-text__title.h1-style {
    font-size: 27px !important;
}
}

 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
duart2023
Explorer
85 1 27

@mrashid  Thank you! Although is it possible to also change the mobile button size and dot sizes - as pictured? Again by half the size.

duart2023
Explorer
85 1 27

IMG_0115.jpg

mrashid
Shopify Partner
293 25 30

This is an accepted solution.

@duart2023 

@media only screen and (max-width: 768px) {
.slick-dots li button.custom-dot svg {
    height: 8px !important;
    width: 8px !important;
}
a.overlay-text__button.button.altcolour {
    font-size: 7px !important;
}
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution