Home Forums Pro Themes Mezze Pro Font color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #140146
    Rayan Karim
    Participant

    Hi there. I am trying to change the font color of the body but can’t find the setting anywhere. This is while trying to build the menu of restaurant. I was able to change the font color or the header (APPETIZERS, SOUPS, DESSERTS, etc), but unable to change the color of the price and the description. Any idea what’s going on here?

    #140147
    Rayan Karim
    Participant

    the site is
    thelazzat.com

    #140165
    Psink
    Keymaster

    Hello,

    We are sorry to hear that you are having trouble with one of our themes. We understand that this could be frustrating.

    Please follow my instruction to change price and description color

    Go to Admin Panel >> Appearance >> Customize >> Additional Css, Paste this code Css code there

    Css code to change price color

    .wp-block-coblocks-food-item__price span {
        color: #210e0e;
    }

    and Css code to change description color

    .wp-block-coblocks-food-item__description {
        color: #210e0e;
    }

    Please kindly change the color code as per your need before you published.

    Hope this helps,

    If you have any further queries regarding theme. Please let us know

    Regards,

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.