Jump to content

Blok ısımlerının renkleri


MuSaB^^

Recommended Posts

Anasayfada blok renklerini nasıl değişebılırız Kategoriler yeni eklenenler kısmı

Ben temanın renklerini değiştim beyaz lakın blok isimleride beyaz okunmuyor blok ısımlerının renklerınıd eğişmem lazım bulamadım bı turlu yardımcı olursanız sevınırım

Teşekkürler

Link to comment
Share on other sites

Merhaba,

blok baslik renklerini degistirmek icin temanin global.css dosyasini düzenlemen gerekiyor. Altdaki codu themes/senin_tema/css/global.css icinde bul

div.block h4 {

   font-family: Helvetica, Sans-Serif;
   font-weight: bold;
   font-size: 1.5em;
   text-align:center;

   line-height:40px;
   color: #fff;
   height: 38px;
   background: transparent url('../img/block-header1.png') no-repeat top left;
}



ve color degerini (#fff) bununla degistir (#000000) bu durumda rengi siyah olacaktir

Kolay gelsin...

Link to comment
Share on other sites

global.css dosyasındaki aşağıdaki kodlardan değiştirebilirsiniz.
1-

div.exclusive h4 a { color: white; font-size:14px; }


2-
div.block h4 {
text-transform: uppercase;
font-family: Helvetica, Sans-Serif;
font-weight: bold;
font-size: 1.2em;
padding-left:1em;
border-bottom:1px solid #595A5E;
padding-top:5px;
line-height:1.8em;
color: white;


3-
div.block h4 a { color: white; }


Color: white yazan yerleri istediğin renkle değiştirebilirsin.
yukarıdaki kodları benim css dosyasından kopyaladım. Senin global.css dosyandaki renkler
white (beyaz) olmayabilir.
Selamlar....
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...