Menu link buttom

Home Forums Legacy Support Support queries Styling issues Menu link buttom

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #183646
    Purple-Tech
    Participant
    Hello! I have a simple question. There is any way to put a “button” in just one menu link (preferably in place of the shopping cart)? Just like this exemple: https://prnt.sc/lfu5y2
    #183717
    Diana
    Participant
    @purple-tech, Yes, it is possible if you want the menu like our one page demo like this: https://screencast-o-matic.com/watch/cFXQXjYS1I Then you have to add a custom link in the menu and in the navigation part add the id of that element. Check this article: http://docs.layerswp.com/doc/how-to-create-a-single-scrolling-page-with-anchor-links/
    #183768
    Purple-Tech
    Participant
    I'm talking about CSS. How I do put background color (like a button) in just one menu link? Better: where I can find the basket icon to change it in the .php files? I'm using the second demo.
    #183862
    Diana
    Participant
    @Purple-Tech, Paste this custom css in wp-admin > Appearance > Customize > Custom CSS ul#menu-main-menu > li:nth-child(2){ background:#ff0000 !important; } Refer: http://prntscr.com/lgmnz0 This custom css will change the second menu item background. You have to change in the number of the above css to see the effects on other menu items
    #183885
    Purple-Tech
    Participant
    @Diana, Thanks! This is exactly what I need. But there is a little problem: I can't find this folder in my Wp-Admin and there's no effect when I copy the code in Editor mode. Can you check this, please?
    #183886
    Purple-Tech
    Participant
    This reply has been marked as private.
    #183978
    Diana
    Participant
    @purple-tech Can you please share the admin credentials of your site then instead of FTP with site URL. Add the button wherever you want and The I will fix the issue on your site P.S. Mark your reply as private while sharing the credentials
    #184063
    Purple-Tech
    Participant
    This reply has been marked as private.
    #184174
    logan
    Member
    hey, you could not find the folder because you site language is different. please refer this http://prntscr.com/lhov0q then find custom css and paste the code here. refer: http://prntscr.com/lhovwg ul#menu-menu-principal-1 li:nth-child(2){ background:#ff0000 !important;} hope this help this time. regards.
    #184271
    Purple-Tech
    Participant
    Thanks!
    #184338
    logan
    Member
    Happy to help you :) closing this topic.
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Menu link buttom’ is closed to new replies.