Konuyu Oyla:
  • Toplam: 1 Oy - Ortalama: 5
  • 1
  • 2
  • 3
  • 4
  • 5
iNFiNeT | (Değişiklik Nasıl Yapılacak?)
#1
4RdN70.pngMerhaba Arkadaşlar Ben Şu Aşağıdaki Resimdeki Gösterdiğim
 Yerleri Nasıl Resimlerini Renklerini  Değiştireceğim ?
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#2
Resim ?
Cevapla PGM
Teşekkür verenler:
#3
http://i.hizliresim.com/4RdN70.png
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#4
En Altı Boşverin şu forumdaki gösterdiğim yerler ?
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#5
Güncel..!
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#6
Şablon & Stil -> Temanız -> Global.css -> thead ve tcat'i bulun.
Ara
Cevapla PGM
Teşekkür verenler:
#7
evet ?
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#8
(29-11-2014 Saat: 18:03)mehmeteq Nickli Kullanıcıdan Alıntı: evet ?

Gerekli değişikliği yapın. Ne yapıcağınızı bilmiyosanız o kodu atar mısınız ?
Ara
Cevapla PGM
Teşekkür verenler:
#9
#search input.button {

background: #0066a2 url(images/thead.png) top left repeat-x;
color: #fff;
 bu var
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#10
(29-11-2014 Saat: 18:07)mehmeteq Nickli Kullanıcıdan Alıntı: #search input.button {

background: #0066a2 url(images/thead.png) top left repeat-x;
color: #fff;
 bu var

Yok yok. .thead ile başlayan.
Ara
Cevapla PGM
Teşekkür verenler:
#11
birsürü .theadla başlayan var?
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#12
.thead {

background: #353535 top left repeat-x;
  font-family: sans-serif;
color: #999999;
border-bottom: 0px solid #fff;
padding: 8px;
}

.thead a:link {
color: #999999;
text-decoration: none;
}

.thead a:visited {
color: #999999;
text-decoration: none;
}

.thead a:hover,
.thead a:active {
color: #ffffff;
text-decoration: underline;
}




burası işte
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#13
(29-11-2014 Saat: 18:09)mehmeteq Nickli Kullanıcıdan Alıntı: .thead {

background: #353535 top left repeat-x;
  font-family: sans-serif;
color: #999999;
border-bottom: 0px solid #fff;
padding: 8px;
}

.thead a:link {
color: #999999;
text-decoration: none;
}

.thead a:visited {
color: #999999;
text-decoration: none;
}

.thead a:hover,
.thead a:active {
color: #ffffff;
text-decoration: underline;
}




burası işte
.thead daki
background: #353535 ;
#353535 kodu varya onu istediğin renk koduyla değiştireceksin.
Ara
Cevapla PGM
Teşekkür verenler:
#14
Kod:
.thead {
background: #fff url(Resim URL'si)bottom center repeat-x
  font-family: sans-serif;
color: #999999;
border-bottom: 0px solid #fff;
padding: 8px;
}

Resim URL'sini thead'ınızı ekleyin. .tcat içinde
Kod:
background: #fff url(Resim URL'si)bottom center repeat-x
gibi değişin.
Ara
Cevapla PGM
Teşekkür verenler:
#15
kardeşim resim ekleyemezmiyim ?
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#16
(29-11-2014 Saat: 18:17)mehmeteq Nickli Kullanıcıdan Alıntı: kardeşim resim ekleyemezmiyim ?

@Helper'in verdiği koda iyi bak.Resim url'si diyor oraya itediğin resmin linkini koy.
Ara
Cevapla PGM
Teşekkür verenler:
#17
Kod:
.thead {

background: #353535 top left repeat-x;
 font-family: sans-serif;
color: #999999;
border-bottom: 0px solid #fff;
padding: 8px;
}


Bunun Yerine



Kod:
.thead {

background: url(Resim Linki);
 font-family: sans-serif;
color: #999999;
border-bottom: 0px solid #fff;
padding: 8px;
}


Burdan Theadlara Bakabilirsin http://destek.10tl.net/showthread.php?tid=23525
Ara
Cevapla PGM
Teşekkür verenler:
#18
olmuyorr :(
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#19
Olmuş F5lerseniz.
Ara
Cevapla PGM
Teşekkür verenler:
#20
Ha oldu :D
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 1 Ziyaretçi


Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping