child theme – unable to hide sub categories main menu
-
hello
i have been able to install child theme to make edits
but not making much progress ../* Theme Name: twenty child 1 Theme URI: https://www.psychic3000.com/ Description: Child theme for the Twenty Twelve theme Author: Creed masters Author URI: https://www.psychic3000.com/ Template: twentyeleven Version: 3.4.2 */ /* Import layout */ @import url(../twentyeleven/style.css); a{ color: #254655; } body{ background: #727D82; } header#branding{ background: #29305C; color: #B3BDC1; } header#branding h1, header#branding h2, header#branding a{ color: #B3BDC1; } #respond{ background: #E7DFD6; } <?php wp_list_categories('&title_li=&depth=1'); ?>
to make sure my child theme is working i did a test to change background color of blog .. ( its working )
im trying to hide sub categories from main menu
ive tried many options but no luck .. last attempt ( fail )<?php wp_list_categories('&title_li=&depth=1'); ?>
im new to this so just getting that child working was a big deal to me .. So any help would be great … ( thank you )
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘child theme – unable to hide sub categories main menu’ is closed to new replies.