• Hello people
    The theme of my blog recently update…but the font size of main-nav changed

    https://www.guerrierodicapestrano.it

    Home – Siamo abruzzesi – Autonomie nel mondo- Oltre l’autonomismo – Eurocrazia – Italia&dintorni

    I not found on css the line for change size and include the “slash” into a “single line”

    Thanks all

Viewing 2 replies - 1 through 2 (of 2 total)
  • inside style.css in line 113 !

    add this css code with the list

    font-size: 8px;

    Thread Starter blogcapestrano

    (@blogcapestrano)

    Do u mean here?

    /***** Navigation *****/
    
    .main-nav { background: #2a2a2a; text-transform: uppercase; border-bottom: 3px solid #e64946; }
    .main-nav li { float: left; position: relative; font-weight: 700; border-left: 1px solid #000; -webkit-transition: background 0.6s ease-out; -moz-transition: background 0.6s ease-out; transition: background 0.6s ease-out; }
    .main-nav li:first-child { border: none; }
    .main-nav li:hover { background: #e64946; }
    .main-nav li a { display: block; color: #fff; padding: 8px 20px; padding: 0.5rem 1.25rem; text-decoration: none; }
    .main-nav ul li:hover > ul { display: block; background: #2a2a2a; z-index: 9999; }
    .main-nav ul ul { display: none; position: absolute; }
    .main-nav ul ul li { width: 13em; border: none; }
    .main-nav ul ul ul { left: 100%; top: 0; }
    .main-nav .current-menu-item { background: #e64946; }
    .slicknav_menu { display: none; }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How change font size main-nav menù’ is closed to new replies.