-
Brad replied to the question Logo issues in the forum Boss. theme 9 years, 9 months ago
Hi @wc7080. I think we are having separate issues. I am not having issues displaying a logo but (because my logo was the same color as the login page), my logo would blend in with the login page. A temporary fix (I hope better login page customization becomes available or the login page design being based up logo panel background color) was to add…[Read more]
-
Brad replied to the question FAV Icon in the forum Boss. theme 9 years, 9 months ago
In order to get various shortcut icons, I’ve added the following code to functions.php to achieve the desired result…
function add_favicons()
[Read more]
{
echo "<link rel="shortcut icon" href="http://tradingpremium.com/assets/icon-32.png">n";
echo "<link rel="apple-touch-icon-precomposed" hre…