I use the Debut theme for my store. I wanted to know how to adjust size of text and graphics. One section I have on my store has three endorsements, but is way too big. I need to shrink those a bit.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
thanks for url can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.mega-title--large {
font-size: 36px;
}
.mega-subtitle--large {
font-size: 20px;
}
}
Where do I paste at the bottom? At the very last line? Please see the
attached.
Thanks.
Iām not sure what you mean. āPlease flow above code.ā What does this mean?
Thanks.
@media only screen and (min-width: 750px) {
.mega-title--large {
font-size: 36px;
}
.mega-subtitle--large {
font-size: 20px;
}
}
I copied and pasted the code but it did not work. The text is still large.
oh sorry but canāt see this code
Never mind. I found out I can use ātestimonialsā to accomplish what I need. But while we are communicating, how can I make the font size larger on the main menu. For example, Home, Shop, About Us, & Contact Us. Again, if I need to add a code, do i add it at the very bottom of the page?