Hi,
Can anyone tell me how to reduce the title size of blog articles please.
e.g. for this page - https://tandoormaster.com/blogs/recipes/easy-tandoori-marinade
password TandoorMaster
Hi,
Can anyone tell me how to reduce the title size of blog articles please.
e.g. for this page - https://tandoormaster.com/blogs/recipes/easy-tandoori-marinade
password TandoorMaster
Check for topography on theme settings
thanks but it is already at the lowest setting 100%, i want to make it smaller
thanks but it is already at the lowest setting 100 percent, i want to make it smaller
0
Are you good at code editing?
If yes, go to your theme liquid option
h2 {
font-size: 30px;
}
p {
font-size: 14px;
}
This is a paragraph.
This is another paragraph.
oh sorry for that issue can you try this code
.article-template__title {font-size: 30px;}/* change value as you like */
This works many thanks
its my pleasure to help us