Home Forums WordPress Themes – Premium Flat Responsive Formating “menu”

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

    Hello,

    I would like to format the text in the menu : removing the “italic” (on selected items)
    I walked through the css, but can’t find where it’s set.
    Even if i remove “all italic” instructions from the css it’s still italic (just for testing purposes)

    could someone please tell me where it is set ? 🙂

    thanks alot !

    #22204
    Guido Kopkow
    Participant

    Nothing easier than this (fill in as custom css):

    .navmenu .current_page_item > a, .navmenu .current_page_ancestor > a, .navmenu .current-menu-item > a, .navmenu .current-menu-ancestor > a {
    font-style: normal;
    }

    and italic is gone from menu….

    #16874

    thanks alot !

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.