Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS retail versions of css menus and how to modify them

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #241516
    peoj
    Participant

    I have encountered many CSSmenus. Usually ones I have paid money for. I, for the life of me, can’t modify them. They are too complex.

    What I want to do is very simple. In the menu, in mobile view, the word “Menu” appears in the left side. I wan’t to replace the word Menu with, lets say, the name of the business – ABC Company (What I would really like to do is put the name of the company and a small logo!).

    I have scoured the CSS, the HTML for the word”Menu”. I can’t find it. I wonder if this word (Menu) uses a symbol? I have looked online for symbols for MENU.

    I could upload the necessary files on my site. But from where I sit, it would not any help.

    I hope I have made myself clear. I have modest skills (maybe intermediate) with CSS and HTML.

    Is there some key to my question. Many thanks for any help.

    PEOJ

    #241519
    Senff
    Participant

    So, you want to change a certain menu system? What type of menu is it?

    Is the word “MENU” an image?

    You’ll need to show us a little more, we can’t help you from just a description of what you want (not knowing what you have). Any way you can upload the HTML/CSS to codepen.io, or do you have your site online somewhere so we can take a look?

    #241551
    peoj
    Participant

    Thanks for the reply. My menu was taken from cssmenumaker.com

    The URL for codepen ( hope I did it right) is:
    http://s.codepen.io/boomerang/0c718b0f3d8dde2bccbff09deb9c48ab1463055898192/index.html#

    Hope this helps in trying to figure out my problem.

    #241552
    Senff
    Participant

    Sorry, I don’t see anything at that URL.

    #241554
    peoj
    Participant

    Emmmm. I will give you a url for the css and one for the html.

    As I said earlier, this menu was made at:
    http://cssmenumaker.com/

    html:
    http:science.dadeschools.net/csstricks.html

    css:
    http:science.dadeschools.net/csstricks.css

    Finally, there is alot of js files, too

    #241555
    Senff
    Participant

    OK, for other people’s convenience (and my own), I’ve created a pen with the HTML and CSS you provided so we can see what the menu does: http://codepen.io/senff/pen/ZWPdxx

    Obviously, this doesn’t show the problem you’re having — there’s no “MENU” displayed on the left of the menu on mobile view.

    I checked out some of the menus on the site and came across this one: http://cssmenumaker.com/menu/flat-jquery-responsive-menu — this is where I do see the word “MENU”.

    << I have scoured the CSS, the HTML for the word”Menu”. I can’t find it. >>

    Look in the .JS file that comes with these menus. That’s where you’ll find it.

    #241556
    peoj
    Participant

    Thank you. I will look there. The word Menu shows on the mobile view.
    PEOJ

    #241557
    peoj
    Participant

    OMG. I found it. It was on a small js file. I changed this one other time before but got no change. I must not have saved the js file. Thanks for your input. It is really appreciated

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.