Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1828179
Changing box around menu selection
Closed

Comments

  •  2
    direggio started the conversation

    Hi, I would like to change the box frame around the menu page that is selected to just a orange underline instead. Is this possible?

  •  7,095
    Oliver replied

    HI!

    pls. use following css:

    body .header-style-3 #primary-menu.no-responsive > li.menu-item-active > a {
        border-top: none;
        border-left: none;
        border-right: none;
        border-color: #d14728;
        padding: 1px 7px;
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • goodipt replied

    Hi,

    Have the same problem.

    I have done your css, but there are some status where it doesn't work.

    The website is : https://novosite.b-trainingacademy.pt/

  •  7,095
    Oliver replied

    Try to use this one:

    body .header-style-3 #primary-menu.no-responsive > li.menu-item-active > a {
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 1px 7px;
        border: 1px solid #ccc;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • goodipt replied

    Hi Gregor,

    Only changed the pages already where ok.

    The others, kept the boxing effect.


    Don't know if it helps. but there is one page that when we scroll down the menu becomes with intended effect.

    In reality, this page does not have sub menus, the are # on the same page.

    Only keeps the box effect on menu when is 0% scroll down:

    https://novosite.b-trainingacademy.pt/e-learning/

    The others with sub menus seems to behave with boxing when scroll down.


    2 - And i can see that there is a contamination when I click on a sub-menu Gestão da Formação, the box effect appears on both menus as per attached image.


    All the best



  •  7,095
    Oliver replied

    pls. provide the wp-admin access

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • goodipt replied

    Sent on a PRIVATE TICKET #1953875