• pls pls pls … can you tell me exactly which lines to change which to add and where is the color code ?

    and also a color code for background

Viewing 9 replies - 1 through 9 (of 9 total)
  • need to post your url so that we can help find the code you need change

    Thread Starter thekjub9

    (@thekjub9)

    Which color you want to change your body background can be changed in this code.

    body {
    background-color:#C4C4C4;
    color:#000000;
    font-family:Georgia,Baskerville,Palatino,Times;
    font-size:10px;
    line-height:1.5;
    margin:0;
    padding:0;

    change #C4C4C4 waht color you want.

    Thread Starter thekjub9

    (@thekjub9)

    I want to change hover colour/or define it … when I mouse hover a post its colour changed to a defined one

    Thread Starter thekjub9

    (@thekjub9)

    I found a BUG … I changed the color you proposed to #ffffff white
    changed successfully but after that I wanted to change to another color .. and it didnt worked and after that to the original colour c4c4c4 and again it didnt work ?? the process was always the same ??

    Did you refresh by press Ctrl and F5 you may be still in cache

    Thread Starter thekjub9

    (@thekjub9)

    no only now I know the thing with ctrl f5 I will try thx

    but you didnt told me about the hover colour only about background colour

    and pls do you know how to remove the post border ?

    with borders
    without borders

    thx

    Thread Starter thekjub9

    (@thekjub9)

    style.css

    /* ---------- Basic Elements ---------- */
    a:hover {
    	color: #c4c4c4;
    }

    the code works but only for the hover of links is it possible to hover the whole post ?

    I do not if it will work but you can try it add your style.css

    grid-image:hover{
    color:hexcolor;
    }

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘change colour on mouse hover’ is closed to new replies.