• kzkomputers

    (@kzkomputers)


    hey guys, Im trying to change my website title color but cant figure it out.

    This is what i thought needs to be changed in my style.css

    /*HEADER*/
    #header { position: relative; }
    #logo{ margin-top:40px; float:left;}
    #logo a{ color:#424242; text-decoration:none; font-size:40px; float:left;}
    #logo a img{ border:none; float:left;}
    #logo .text_logo{ display:block; padding-top:20px;}
    #logo .desc{ width:auto; float:left; padding-top:10px;}

    i thought #logo a{ color:#424242; text-decoration:none; font-size:40px; was where i change the color but its not working.

    If you guys can please help me out. If you need to look at the site its https://www.kzkomputers.com thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Arty

    (@artodia)

    You already have another entry for it in your page source (not in css file):

    #logo a, #topmenu ul li a, #footmenu ul li a, #comments, body, .towfiq{ color:#ffffff!important;}

    Remove #logo a from it

    Thread Starter kzkomputers

    (@kzkomputers)

    wait so where do i find this ? in page template.php or ?

    Thread Starter kzkomputers

    (@kzkomputers)

    anyone ?

    olavxxx

    (@olavxxx)

    Look in your header.php

    Thread Starter kzkomputers

    (@kzkomputers)

    I dont see that in my header am i suppose to add that code to ther

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change site title color ?’ is closed to new replies.