Tagged: Text under logo
-
AuthorPosts
-
November 23, 2017 at 6:15 pm #880833
Hello, at first excuse me for my english.
Concerning my site under construction “http://access3d.fr/”
I’d like to add a text under the header logo but…
I’ve just try this method found on Enfold Documentation: adding following code to Functions.php file in your child theme in Appearance > Editoradd_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “Company Name”;
return $sub;
}NO EFFECT !! So wath did i missed ?
The text i’de like to add is “TRAVAUX ACROBATIQUES HAUTEUR ET GRANDE HAUTEUR” nearly half of the content area wide…
Thanks a lot !November 23, 2017 at 6:26 pm #880838Hi,
“Site en construction. A bientôt”. Could you please post logins here privately so we can look into it? :)
Best regards,
YigitNovember 23, 2017 at 6:35 pm #880852See private content
November 23, 2017 at 6:53 pm #880860Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.subtext h1 { color: red; overflow: hidden; } .logo img { float: left; } .logo, .logo a { width: 100%; max-width: 500px; }
Best regards,
YigitNovember 23, 2017 at 7:27 pm #880879The text is on ( see access3d.fr ) but how to put it UNDER the logo ( for the moment it is beside )
( I choose h3 in general styling and Function.php )
Thank YouNovember 23, 2017 at 7:45 pm #880897Hi,
Add this to quick css:
span.subtext h3{ float:left!important; }
Best regards,
Jordan ShannonNovember 24, 2017 at 2:00 pm #881188Hi,
Ok, the text is now under my header logo ( i just had to change the 500px valur to 600px).
But the shrinking of the header does not work anymore..
Anything to do ?
Thanks a lot !November 24, 2017 at 5:40 pm #881337Hi philichar,
The shrinking header works on my end. Just the subtext hides. Did you manage to get it working? Which browser are you using?
Best regards,
VictoriaNovember 24, 2017 at 8:59 pm #881403Hi
Ok ! it was the firefox’s cache i think, it’s ok in Chrome an now in Firefox.
All is ok, thank you very much.
I think this kind of settings would be great in Enfold interface without .php or .ccs !!
Thanks again.November 24, 2017 at 9:09 pm #881404Hi,
Did you need further assistance or shall we close this topic?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.