• in the k2 theme, where can you modify the the link style of the header (name + subtitle).

    if i change the h1 parts in the css file – it has no effect!

    max

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look for this:

    h1, h1 a, h1 a:hover, h1 a:visited,
    #header .description {
    	text-decoration: none;
    	color: white;
    	}
    
    h1 a:hover {
    	text-decoration: underline;
    	}
    
    #header .description { /* Description in header */
    	font-size: 1em;
    	margin: 0 40px;
    	}
    Thread Starter madmax019hotmailde

    (@madmax019hotmailde)

    read what i said – modifying the “h1” parts has NO effect!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘k2 header modification’ is closed to new replies.