Re: I want to change the font of the text under the video on mobile

I want to change the font of the text under the video on mobile

Hausi
Tourist
18 0 1

Edit:  I made a other topic and dont know how to close this sorry! Link to current topic:

 

https://community.shopify.com/c/shopify-design/same-view-on-mobile-as-on-pc/td-p/2629823 

Replies 2 (2)

BSSCommerce-TA
Shopify Partner
123 24 24

@Hausi, you don't need to close the topic, just mark the solution.

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

SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

BSSCommerce-TA
Shopify Partner
123 24 24

@Hausi, in "base.css", add @media (max-width: 768px) the code below: 

.imageBoxInfoDescription p {
    margin: 0px !important; 
    margin-top:35px !important;
}

.videoBoxInfoBtn {
    margin: 0px !important; 
}

It will look like this: 

BSSCommerceTA_0-1719213746700.png

If it works please choose my answer as the solution. Thank you.

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

SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency