Home Forums Basel support forum main menue and sidebar menue active links/page in bold – how to do that

main menue and sidebar menue active links/page in bold – how to do that

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #57667

    andre.somepro
    Participant

    Dear team from xtemos,

    I want the sidebar menues the active link/page to be in bold same on the main menue

    is there a way to set this via the theme options panel?

    with kind regards

    Andre

    #57689

    Hello,

    Please provide page link where you want bold text and your site admin access. We shall provide you with custom CSS

    Best Regards

    #58334

    andre.somepro
    Participant

    Dear Elise, thank you very much fort that fast support.

    Im providing you the pages where I want the selected menue item in the sidebar to be bold or in another colour. I mused to it on many other themes. I would liek to have it in basel as well.

    https://basezauber.de/basische-koerperpflege/
    https://basezauber.de/inhaltsstoffe-von-moebert-probasm/
    https://basezauber.de/ph-werte-und-basische-baeder/

    on these the sidebar doenst higlight the activeted link.

    wiht kind regards

    Andre

    #58362

    Hello,

    Please add this CSS into Theme Settings > Custom CSS:

    .widget_nav_menu ul > li a {
        font-weight: 700;
    }

    Best Regards

    #59897

    andre.somepro
    Participant

    Hi, it doesnt work.

    This code you provides changes the font weight on the sidebar – thats right

    BUT I only want the active link of its current page to be in bold or in another colour.

    Its wokring on the main menue – that everywhere the active page is in the 2nd colour within the main menue.

    How can I do this to the sidebar active links/ pages

    something like:

    .widget_nav_menu ul > if page_active= li a {
    font-weight: 700;
    }

    I hope you can help me on that.

    with kind regards

    Andre

    #59947

    Hello,

    Please try this CSS:

    .widget_nav_menu ul > li.current-menu-item > a {
    font-weight: 700;
    color:red;
    }

    Insert color and font-weight as per your needs.

    Best Regards

    #60721

    andre.somepro
    Participant

    Hi, Elise,

    I tried your code but it doenst work yet.

    no change on the sidebar menue items

    #60722

    andre.somepro
    Participant

    Im wrong!

    ITS WORKING !!

    THANK YOU

    #60723

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)