Aşağıdaki resimdeki header bölümündeki top kısmın rengini değiştireceğim doyayı bulamadım. Site wordpress. Yardımcı olabilir misiniz? Teşekkürler.
// get options
$pinthis_meta_keywords = get_option('pbpanel_meta_keywords');
$pinthis_meta_description = get_option('pbpanel_meta_description');
$pinthis_meta_author = get_option('pbpanel_meta_author');
$pinthis_header_code = get_option('pbpanel_header_code');
$pinthis_google_code = get_option('pbpanel_google_code');
$pinthis_site_bg = get_option('pbpanel_site_bg');
$pinthis_slider_show = get_option('pbpanel_slider_show');
if (has_nav_menu('pinthis-header-menu')) {
$pinthis_header_nav_menu_class = 'with-header-nav-menu';
} else {
$pinthis_header_nav_menu_class = '';
}
?>
>
0) { ?>
0) { ?>
0) { ?>
if (strlen($pinthis_header_code) > 0) {
echo html_entity_decode(stripslashes_deep($pinthis_header_code), ENT_QUOTES);
}
if (strlen($pinthis_google_code) > 0) {
echo html_entity_decode(stripslashes_deep($pinthis_google_code), ENT_QUOTES);
}
?>
id="totop" style="background-image:url(/images/bg.jpg);">
$login_form_args = array (
'form_id' => 'login-form',
'label_log_in' => __('Login', 'pinthis'),
'remember' => false
);
?>