Tagged: subtitle
-
AuthorPosts
-
October 2, 2017 at 9:32 pm #859388
Right now i just have the title of my website where the logo should be. I would like to add a subtitle there.
This extra code is already in use:
.logo > a > img { display: none !important; }span.subtext {font-size: 30px !important; color: #666666;}
.logo a:hover {text-decoration: none!important; }October 2, 2017 at 9:59 pm #859400Hey CHaanappel,
We need a little bit more context into this issue. What is the css above intented to apply to?
Best regards,
Jordan ShannonOctober 4, 2017 at 6:03 pm #860248I got that css from another topic: https://kriesi.at/support/topic/changing-site-logo-to-text/#post-853077
October 4, 2017 at 7:23 pm #860278Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Regards,
YigitOctober 7, 2017 at 1:27 pm #861364When I do that my website crashes..
October 8, 2017 at 5:32 pm #861604Hi,
Please post temporary admin logins here privately and write down the subtitle text so we can add it for you :)
Best regards,
YigitOctober 8, 2017 at 5:44 pm #861607We would like to add “Het leven na uw pensioen” as a subtitle.
Thank you very much!October 9, 2017 at 12:35 pm #861869Hi,
I added following code to the bottom of functions.php file in Appearance > Editor
add_filter('avf_logo_subtext', 'kriesi_logo_addition_subtext'); function kriesi_logo_addition_subtext($sub) { $sub = "Het leven na uw pensioen"; return $sub; }
Please review your website :)
Best regards,
YigitOctober 14, 2017 at 8:29 pm #864336Hi Yigit,
Right now “Het leven na uw pensioen” is the title of my website. Thats not what I wanted.
I would like to have “Zicht op uw pensioen” as title and “Het leven na uw pensioen” as a subtitleOctober 16, 2017 at 9:16 pm #864941Hi,
Sorry for the misunderstanding. I was correcting the issue however made a small mistake. Could you please post FTP logins here privately so i can correct the issue? Sorry for the inconvenience!
Best regards,
YigitOctober 17, 2017 at 7:32 pm #865423No problem.
October 17, 2017 at 7:49 pm #865430Hi!
Thanks, i adjusted the code in functions.php file. Now you can add following custom CSS codes to Enfold theme options > General Styling > Quick CSS to adjust the styling of your title and subtitle
.logo-subtitle { font-size: 16px; color: orange; } .logo-title { font-size: 20px; color: purple; }
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.