• Resolved eugenss66

    (@eugenss66)


    Hi.
    Iwould like to remove the two buttons from the homepage ( table reservation and see menu & order) but i cant seem the find the code to remove them. i tried searching file names from inspect element but stil nothing. Forum from the theme doesnt seem to be active so i had to put this topic here. Thanks!

    • This topic was modified 4 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @eugenss66

    First please check the edit page and theme customizer settings, there should be an option/code to remove it.

    If there is no option; no problem, you can still remove it through CSS.

    Go to Appearance > Customize > Additional CSS section in your WordPress admin area and please paste the below CSS there:

    .page-id-9 p.jumbotron-cta-buttons {
        display: none;
    }

    This should remove those buttons. ??

    Thread Starter eugenss66

    (@eugenss66)

    Thank you very mych! That resolved my problem.

    Happy to help. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove table reservation and menu’ is closed to new replies.