Removed wp_title() from header and added theme support for title-tag (WordPress 4.4 update)
This commit is contained in:
parent
b6cb3bf3e6
commit
656977a440
3 changed files with 13 additions and 2 deletions
|
@ -466,6 +466,13 @@ a {
|
|||
color: #444;
|
||||
text-decoration: underline; }
|
||||
|
||||
a[href^="tel"] {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-style: inherit; }
|
||||
|
||||
/**
|
||||
* Rulers
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue