• Resolved dzwreck

    (@dzwreck)


    I am new to WordPress and really like the Regina Lite WordPress theme. How can I remove the option at the top of my site to “Book Appointment.” I have no use for this feature. Is it possible to remove this? I have looked everywhere. Thanks ahead of time for your time and assistance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Ion Rutz

    (@ionrutz_machothemes)

    Hello,

    Please go to Dashboard > Appearances > Editor > Style.css and drop this piece of code:

    .main-menu li:nth-last-child(2){
    display: none !important;
    }

    This way you’ll hide the booking button in the menu.

    I will track your request and will consider adding the functionality in a future theme update.

    Please keep in mind that the above editor code will get erased with any theme update so you’ll need to re-add it or put it in a stylesheet.css on your server.

    Regards

    Thread Starter dzwreck

    (@dzwreck)

    Thank you very much Macho for the quick reply. I did add that exact code to my style.css page and the “book appointment” link is still in the top of the page. Any other suggestions or ideas what may be wrong?

    Thread Starter dzwreck

    (@dzwreck)

    I do have it working now. Uninstalled everything and reinstalled and now works. Thanks again.

    Great!

    Hi Macho! I have the same problem as dzwreck. The thing is I do not have the luxury of uninstalling and reinstalling everything. When you say “drop this piece of code” do you mean “drop-it” like “delete it” or “add it”? Please help. Thanks in advance!

    He means add it ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Book Appointment – Removal’ is closed to new replies.