You should take the short way to your favicon.
Upload it in your root folder and in your themes folder. The head-reference could be like this:
<link rel="shortcut icon" href="http://yourdomain.de/wordpress/wp-content/themes/oxygen/yourfavicon.ico" />
Hi Ricardo,
its
.byline {
display: none;
}
you have to add to your custom css.
Do you run firebug or similar? If not…
Remember to work on a child theme!
🙂
Hi Nik,
thanks for the plugin and your extra code. Worked fine!
Wormo
You have to change the lines 412 and 414 of your stylesheet. Specify another colour instead of #FFFF00 (yellow)
You might also consider to change the values for
a:focus, a:active {
color: #FFC0CB;
}
You should backup your css file before changing it. Do you use “firebug” or any similar inspection tool? It is highly recommended for inspecting your pages.
Good luck.