• hey everyone im trying to change my site title color in this case its kzkomputers check it out so you know what im talking about https://kzkomputers.com/ its currently white and i want it goldish. Problem is i dont know what line i have to change and even what php to go into or is the style css.

    anyone know ? any help would be nice as im trying to really figure this out.

    thanks.

Viewing 1 replies (of 1 total)
  • Hi,

    Find the following lines in your style.css :

    #logo a {
    color: #424242;
    text-decoration: none;
    font-size: 40px;
    float: left;
    }

    And edit color: #424242; by setting color to what ever color you want (https://www.colorpicker.com/).

    You will also need to edit the following styles in your header :

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

    to

    #topmenu ul li a, #footmenu ul li a, #comments, body, .towfiq{
    color:#ffffff!important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘how to change color of title’ is closed to new replies.