Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #216500

    Hello,
    i would like to have custom title in my menu (in sidebar)
    http://epsu-cj.eu/notre-participation/

    EPSU AU CDP (in the left sidebar) is a category (no linked pages) i want to attribute the above css

    .catego {
    font-weight: bold;
    border-style: dotted;
    border-color: #cccccc;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #fafafa;
    }

    I have entered “catego” in Title Attribute in the menu structure (http://imgur.com/OkC1dlw)
    How to attribute the css ?
    Is this the right way ?

    • This topic was modified 10 years, 10 months ago by ceubri.
    #216932

    Ok i found the solution :
    I used “CSS Classes (optional)” in menu a use the following css

    .main_color .widget_nav_menu ul:first-child>.catego, .main_color .widget_nav_menu ul:first-child>.catego {
    color: #5c5c5c;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: dashed;
    }
    .widget_nav_menu ul:first-child>.catego, .widget_nav_menu ul:first-child>.catego, .widget_nav_menu ul:first-child>.catego-ancestor {
    width: 100%!important;
    padding-right: 52px;
    padding-left: 0;
    left: auto;
    top: 1px;
    }
    Seems to be ok

    #216985

    Hey!

    Glad you figured it out! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Title attribute in menu’ is closed to new replies.