Tagged: logo
-
AuthorPosts
-
April 30, 2017 at 3:05 pm #785261
Hi, i’d like to use a textual logo instead of a picture.
I also would like to customize that text (font, size, text-decoration, color etc).
My text is going to be: Company Name<br>Description (the same that i’ve filled in wordpress)
Could you help me?
Thanksp.s. I’ve trying the enfold installation in localhost
April 30, 2017 at 4:17 pm #785283Hey liamgall80,
To use text for your logo, please follow the instructions here: http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Let us know if you need additional help!
Best regards,
SarahMay 3, 2017 at 10:12 am #786991Thank you Sarah.
If i would like to change the style of this textual logo (font, size, etc), how can i do?
Where i have to fill this css code?
For example, this will work?….
$sub .= ‘<span style=”font-size: 15px; font-weight: bold;”>Company Name</span>’;
….Thanks!
- This reply was modified 7 years, 6 months ago by liamgall80.
May 3, 2017 at 11:14 am #787019Hi!
The filter already adds a span around the “Company Name” or whatever you’ll replace it with. So there’s no need to add another span tag. Plus, the divs around the text already have classes. So adding styles in Quick CSS is the best option. Please try using this in Quick CSS:
.av-logo-container .subtext {font-size: 15px; font-weight: bold;}
If you use an h1 with the “Company Name” like in one of the options in our documentation, you can use this:
.av-logo-container .subtext h1 {font-size: 15px; font-weight: bold;}
Please let us know if you need additional help.
Best regards,
SarahMay 3, 2017 at 11:25 am #787029Ok Sarah,
i will try this solution later after work and i’ll give you a feedback so you can close this tread.
Thank you very much and have a nice day!May 3, 2017 at 11:27 am #787031You have a wonderful day as well. :) Let us know if the solution works for you.
Cheers!
SarahMay 3, 2017 at 6:03 pm #787269Ok, it works fine!!!
Last 2 little and easy questions:1) how should i do if i would like to add another line under “Company Name”?
For example: My company name
“This site speaks about sports”2) In which file i could see the code that i’ve added to quick css section? Which is its name?
Thanks!
May 4, 2017 at 8:39 am #787644Hi!
Can you try this solution: https://kriesi.at/support/topic/text-instead-of-logo-in-header-2/#post-486471
Let me know if it works for you.
Changes in the Quick CSS section gets stored inside the file wp-content/uploads/dynamic_avia/enfold.css. Please see this documentation for more info about Custom and Quick CSS: http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
Best regards,
SarahMay 4, 2017 at 6:06 pm #787984Hi Sarah,
it works but not at 100%.
I can see my site description under my site name but if i scroll down the page, the header shrinks and i can see very well my textual logo…it doesn’t resize itself like the original logo.
How can i do?
Thanks!May 5, 2017 at 9:38 am #788275Hi,
Please try adding this into Quick CSS:
.header-scrolled .logo .subtext { font-size: 14px; top:5px; } .header-scrolled .logo i { font-size: 10px; } .header-scrolled .logo a { line-height: 15px; -webkit-transition: all .1s; transition: all .1s; } .header-scrolled .logo .subtext, .header-scrolled .logo i { -webkit-transition: all .2s; transition: all .2s; }
This is for after following the solution presented here, based on the documentation here.
Best regards,
Sarah- This reply was modified 7 years, 6 months ago by Sarah. Reason: added the transition attribute for smoother look
May 5, 2017 at 6:47 pm #788606Hi Sarah, it works very well!!!
Thank you very much for your support!
Have a nice evening
ByeMay 6, 2017 at 4:26 am #788697You’re welcome! Have a great weekend.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
Sarah -
AuthorPosts
- You must be logged in to reply to this topic.