• Resolved zealchoi

    (@zealchoi)


    Hello,

    Thanks for your very useful plug-in first.
    It was really helpful when I made my first WordPress website.
    There is a very little issue I couldn’t figure out which is the font size for the food and drink block.
    I tried to adjust font size item name and description, and price sizes but there was no luck. No matter what I tried, It keeps the original size. That looks way too small when I check it by smartphone. The website view is small as well.

    Do you have any advice to fix this?

    Thank you so much!
    Gwangnam

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Milos Vlaisavljevic

    (@gdmilos)

    Hey @zealchoi,

    Thanks for reaching out! ??

    The following CSS code should help in your case:

    /* Food item heading */
    .wp-block-coblocks-food-item__heading{
    	font-size:18px;
    }
    
    /* Food item price */
    .wp-block-coblocks-food-item__price{
    	font-size:30px;
    }
    
    /* Food item description */
    .wp-block-coblocks-food-item__description{
    	font-size:20px;
    }

    Please add the code to Appearance > Customize > Additional CSS. Feel free to adjust values per your needs, the values (18px, 30px and 20px) are just examples of how the values can be increased.

    Let me know if this works!

    Kind regards,
    Milos | GoDaddy

    Thread Starter zealchoi

    (@zealchoi)

    Thanks Milos!!

    It works! You are the best!

    Plugin Support Milos Vlaisavljevic

    (@gdmilos)

    Dear @zealchoi,

    Happy to help!

    Enjoy your site and have a nice day ??
    Milos | GoDaddy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Food & Drink block font size issue’ is closed to new replies.