aa notatnik

kolor #d1b485 (ten jest chyba ciemniejszy – był inny)

section/section-about.php
/* od linii 71 wycięty kod */
<div class=”ht-about-image”>
<?php
$total_about_widget = get_theme_mod(’total_about_widget’, 'none’);
if ($total_about_widget && $total_about_widget != 'none’) {
dynamic_sidebar($total_about_widget);
} else {
$total_about_image = get_theme_mod(’total_about_image’);
if ($total_about_image) {
echo '<img alt=”’ . esc_html(get_the_title()) . '” src=”’ . esc_url($total_about_image) . '”/>’;
}
}
?>
</div>

style.css
/* sekcja HOME Slider */
usunąć
text-transform: uppercase;

.ht-slide-cap-title span{
display: inline-block;
padding: 8px 15px;
background: #FFC107;
}
/* zamiana na: w nowej wersji motywu nie działa, trzeba wkleić w header.php*/
.ht-slide-cap-title span{
background: none !important;
}

/* sekcja About – linie 1601 */
.ht-about-sec {
width: 100%;
}

header.php
<meta name=”msvalidate.01″ content=”520126439BA864B9B5E19E009716F34D” />
<meta name=”google-site-verification” content=”Ql4b0-b8JghOquhGAkzudiDklb5pjaP5b8tW6H9JFnk” />
<style>
.ht-slide-cap-title span{
background: none !important;
}
</style>

kwadracik ◼ do wklejania