• Resolved nigelmch

    (@nigelmch)


    Hi – I don’t seem to be able to format the Food Item Description – I’m assuming it’s using the Product Title text so something in the plugin is overriding my ‘Title’ settings in the theme:

    Full English Breakfast<div class=”wfs-food-item-description”>

    Could you please advise how I can reformat this test?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    If I am correct, you are trying to format the texts of Title and description part on menu page. This can be done using custom css. If you need something else, please clarify it little bit more.

    Also, we are not able to access the page because of a fatal error from our plugin. Please update both Food Store and Store & Service Hours extension to latest version to avoid this issue.

    Regards,
    Team WP Scripts

    Thread Starter nigelmch

    (@nigelmch)

    Can you advise what custom css is required as your plugin is overwriting my theme options so I need this to be resolved.

    Thread Starter nigelmch

    (@nigelmch)

    I’m adding this:

    .wfs-food-item-title {

    color: #2EBEBE;

    }

    But it isn’t making any difference to the output on this page:

    https://staging2.themoondropcafe.com/order-online/

    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    Everything you can achieve with the use of CSS. If your style does not show any change, try to use !important to give priority.

    .wfs-food-item-title {
    color: #2EBEBE !important;
    }

    Like this you can keep changing things as per your requirement.

    Regards,
    Team WP Scripts

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Font Size and Colour of food-item-description’ is closed to new replies.