• Hello,
    coud you tell me, why style.css not shows the menu?

    Sth like this

    /* Nav Menu */
    .navigation-menu ul {
        margin: 0;
        padding: 0;
    }
     
    .navigation-menu ul:before, .navigation-menu ul:after {
        content: "";
        display: table;
    }
     
    .navigation-menu ul:after {
        clear: both;
    }
     
    .navigation-menu ul {
        *zoom: 1
    }
     
    .navigation-menu ul li {
        list-style: none ;
        float: left;
        margin-right: 3px;
    }
     
    .navigation-menu ul li a:link,
    .navigation-menu ul li a:visited {
        display: block;
        padding: 12px 17px;
        border: 2px solid #ecf0f1;
        border-bottom: none;
        text-decoration: none;
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    Your site currently returns “W witrynie wystąpił błąd krytyczny.” (a fatal error occurred for anyone else following along). Check you site’s error log to learn what needs to be fixed.

    If your CSS is in style.css of the current theme and it is not being applied, use your browser’s element inspector tool to see what other rules might be overriding yours. If you don’t even see your rules in the tool, there could be a syntax error in the file preventing your rules from being correctly interpreted. Try validating the file at http://jigsaw.w3.org/css-validator/

    Thread Starter SyncNovi

    (@syncnovi)

    Ok, I checked it. There are bugs but now I want to remove the bullet from the menu. It looks like css dosen’t work.

    Regards

    Moderator bcworkz

    (@bcworkz)

    When I checked your site just now, no CSS was loaded at all. The path being attempted is flawed: wp-content/themes/customtheme/style.css/style.css. How the style is enqueued is incorrect with style.css occurring twice.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Menu’ is closed to new replies.