private static function db($host = '127.0.0.1', $db = 'for_test', $user = 'root', $pass = '', $charset = 'utf8'){
$dsn = "mysql:host=$host;dbname=$db;charset=$charset";
try {
$pdo = new PDO($dsn, $user, $pass);
}
catch (PDOException $e){
die($e->getMessage());
}
return $pdo;
}
li
, а вам нужно изменить цвет ссылки li a
.В самом тяжелом случае цвет может быть прописан инлайново для пункта меню, но и в этом случае можно решить при помощи !important. li
:.menu .menu-element-red a {
color: red;
}
.cite a
. Вам бы курс HTML|CSS пройти для начала. ) .menu .menu-element-red a {
color: red;
}
foreach ( $file_types as $type ) {
switch ( $type ) {
case 'php':
$allowed_files += $theme->get_files( 'php', 1 );
$has_templates = ! empty( $allowed_files );
break;
case 'css':
$style_files = $theme->get_files( 'css' );
$allowed_files['style.css'] = $style_files['style.css'];
$allowed_files += $style_files;
break;
default:
$allowed_files += $theme->get_files( $type );
break;
}
}
$style_files = $theme->get_files( 'css' );
$style_files = $theme->get_files( 'css', 1 );
// This theme uses wp_nav_menu() in two locations.
register_nav_menus( array(
'top' => __( 'Top Menu', 'twentyseventeen' ),
'social' => __( 'Social Links Menu', 'twentyseventeen' ),
) );
<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>">
<?php
wp_nav_menu( array(
'theme_location' => 'social',
'menu_class' => 'social-links-menu',
'depth' => 1,
'link_before' => '<span class="screen-reader-text">',
'link_after' => '</span>' . twentyseventeen_get_svg( array( 'icon' => 'chain' ) ),
) );
?>
</nav><!-- .social-navigation -->