1. wywal z szablonu tego diva:
<div class="only-search with-image">
<form id="searchform" action="http://l2epi.hdsi.pl/" method="get">
<label class="assistive-text" for="s">Search</label>
<input id="s" class="field" type="text" placeholder="Search" name="s">
<input id="searchsubmit" class="submit" type="submit" value="Search" name="submit">
</form>
</div>
pewnie będzie w pliku header.php
2. style.css:
usuń:
#access li:hover > a, #access a:focus {
background: -moz-linear-gradient(#F9F9F9, #E5E5E5) repeat scroll 0 0 transparent;
color: #373737;
}
to:
#access li:hover > a, #access ul ul *:hover > a, #access a:focus {
background: none repeat scroll 0 0 #EFEFEF;
}
zamień na:
#access ul ul *:hover > a, #access a:focus {
background: none repeat scroll 0 0 #EFEFEF;
}
Thread Starter
gher
(@gher)
nie znalazłem tego dokładnie mam takie coś
header.php
<div class=”only-search<?php if ( ! empty( $header_image ) ) : ?> with-image<?php endif; ?>”>
<?php get_search_form(); ?>
</div>
<?php
else :
?>
<?php get_search_form(); ?>
<?php endif; ?>
a to drugie to znalazłem takie coś
style.css
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
background: #efefef;
}
#access li:hover > a,
#access a:focus {
background: #f9f9f9; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
background: -o-linear-gradient(#f9f9f9, #e5e5e5);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
color: #373737;
tylko jak usunąłem to z header.php to wywala błąd i strona w ogóle nie działa
Thread Starter
gher
(@gher)
dzisiaj udało mi się znaleźć rozwiązanie usunięcia pola search
w pliku header.php usuwamy
<div class=”only-search<?php if ( ! empty( $header_image ) ) : ?> with-image<?php endif; ?>”>
<?php get_search_form(); ?>
</div>
Jeszcze mam problem ze zmianą koloru po najechaniu na jakiś odnośnik menu
kombinuj z modyfikacją style.css
jeżeli masz firefoxa to polecam: http://getfirebug.com/
Thread Starter
gher
(@gher)
problem w tym że w tym firebug pokazuje coś innego niż w style.css
Thread Starter
gher
(@gher)
Można powiedzieć że problem rozwiązany chociaż irytuje mnie trochę mało widoczne napisy przy wysuwanym menu i ciężko mi znaleźć gdzie się znajduje to w style.css, za to odpowiada na pewno ten lekki szary #373737 ale zmieniałem już wszystko i nie nie pomagało