• Resolved joseggarza

    (@joseggarza)


    I tried changeing the css manually but everytime I make a change from the menu I lost everything….. I ended up modifying a CSS.PHP file but I am affriad that when the update comes I will loose all my changes…. Also Letme give you the website I am working on. its http://74ms.eagleitsolutions.com/galveston-webdesign/
    another BIG Problem I have is when I hover over the button the text color does not change until I actually hit the text…. what can I do so the text changes color when I touch the section ? take a look so you can get an idea of what I am talking about…..

    Thanks

    https://wordpress.org/plugins/responsive-menu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem, what do we do to edit all CSS of this plugin, please? Thanks

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi guys,

    Never edit core plugin or WordPress code as any updates will always be lost.

    To edit any CSS simply over-ride the styles inside your themes styles.css file, turning off the !important option in the Responsive Menu admin will make it easier to over-ride these.

    In terms of hovering over the text simply use the whole button as your selector element as below:

    #responsive_menu_pro_button:hover
    {
        color: white;
    }

    Any questions please let me know!

    All the best

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘how can I manually change the CSS?’ is closed to new replies.