Viewing 7 replies - 1 through 7 (of 7 total)
  • In most themes it’s in the theme folder – i.e.

    themes
       twentytwelve
         style.css

    But per your other thread you should not be modifying theme files – put any changes in a child theme or custom CSS location.

    Yes, you can find you style.css file in the wordpress core installations followed by yoursite.com/wp-content/themes/your-theme-name/style.css…

    Thread Starter rezabarca

    (@rezabarca)

    i dont use wp free theme . i make a theme by myself and add <?php wp_nav_menu();?> to the header for nav-menu .it is as default in wordpress folder . now i want to find style.css file and edit the nav-menu

    If you made the theme, shouldn’t you know where the CSS file is? You don’t make CSS changes in the PHP file. And menu classes are generated automatically – use those in the CSS. Unless you can post a link to your site, there is no way for anyone to give you specific help.

    Thread Starter rezabarca

    (@rezabarca)

    i use localhost and i can post the codes to pastebin

    Thread Starter rezabarca

    (@rezabarca)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’m assuming you’ve found the stylesheet now, so I’m marking this thread resolved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘how to find style.css file in wordpress folder’ is closed to new replies.