-
AuthorPosts
-
October 28, 2017 at 9:50 pm #870023
Hi, I’ve read all the previous posts about this topic, but none worked. How can I have the site name instead of the logo? I’ve already deleted the enfold logo, I’m not using a child theme. Thank you
October 28, 2017 at 10:12 pm #870024Hey Massimo,
Please remove your logo in two places:
Enfold Theme Options > Header > Transparency Logo
Enfold Theme Options > Frontpage Settings > Logo
Add this to your functions.phpadd_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= get_bloginfo('name'); return $sub; }then add this to your quick css:
.logo > a > img { display: none !important; }and clear your cache
Best regards,
MikeOctober 28, 2017 at 10:35 pm #870034I’m sorry to say it didn’t work.
October 28, 2017 at 11:26 pm #870043Hi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeOctober 29, 2017 at 12:30 pm #870068This reply has been marked as private.October 29, 2017 at 4:03 pm #870081October 29, 2017 at 6:15 pm #870157This reply has been marked as private.October 29, 2017 at 10:26 pm #870231Hi,
I didn’t find the custom function in your functions.php so I added it and added this code to make the text white so you could see it:.subtext {color: #fff !important; }Please clear your cache and check.
Best regards,
MikeNovember 14, 2017 at 3:43 pm #876622It worked, thank you. But because the text was too small I replaced it with a png. Now, can you please remove the code you added? I can’t find it. Thanks a lot
November 15, 2017 at 3:01 am #876890Hi,
I removed the code from your functions.php, Please clear you cache and check.Best regards,
MikeNovember 15, 2017 at 4:13 pm #877118Thank you Mike.
Best regardsNovember 16, 2017 at 12:22 am #877272 -
AuthorPosts
- The topic ‘Site name instead of logo’ is closed to new replies.
