Help with a few minor issues

  1. How do we remove the “Add menu” in the top left corner ?
  2. How do we remove the yellow dot ?
  3. How do we link a button with some form ?

Thanks

Also I made a change to style.css and it messed things up

I copied the code and pasted it to Appearance > Editor > Stylesheet

Finally it looked like this. It didn’t work so it deleted the code but now it is all messed up. No other changes were made. Site – http://doorbeam.com/

/*
Theme Name: Illdy
Theme URI: Illdy - Free One Page WordPress Business Theme - Colorlib
Author: Colorlib
Author URI: https://colorlib.com
Description: Illdy is a free premium one page WordPress theme.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: illdy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you’ve learned with others.
*/

@media (max-width: 768px) {
#header {
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
}
}

Hello @himanshu,

It seems like the website is working now, you probably added the @import files to stylesheet.

The ADD MENU will not appear on the live website, unless you are logged in the dashboard.
You could add a menu to it, like you already seems to have done.

You can find multiple topics on this forum on how to remove the yellow dots.

There are various way to add a button, like a text widget that handles the code.
Let me know more about what you want to achieve so I can guide you around.

Regards

Resolved

That’s great news!