Hello,
I’m revamping this website : http://numerique-albi.fr/
I’d like to have a text under the logo as on this mock-up (see link).
What’s the best way to proceed ?
Thanks !
— Jerome.
Hey Jérôme,
If you go to Enfold > General Layout – Under Logo and Main Menu, you can switch the position to left sidebar and that should give you the layout you need.
Please let me know if this is clear.
Best regards,
Jordan Shannon
Hi Jordan,
The layout is already ok.
My question is about : how do I insert a text under the logo ?
Look at the website, look at the picture – on the picture there is a text below the logo.
Is that possible to do with Enfold ?
Best regards,
Jerome.
Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Cheers!
Yigit
Hi! I wanted to add a sub text under my logo too.
I added this css to my Enfold child theme:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= ‘<h1>Company Name</h1>’;
return $sub;
}
I am not sure how to continue and add a sub text now though (I am just starting out with CSS).
If it can be of any help my website is https://www.tnvirtualassistant.com
Thanks for your help
Hi NicoleVA,
Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.
Best regards,
Rikard
Hi,
We will go visit that one.
Best regards,
Jordan Shannon