Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #785261
    #785283

    Hey 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,
    Sarah

    #786991

    Thank 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 6 years, 11 months ago by liamgall80.
    #787019

    Hi!

    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,
    Sarah

    #787029

    Ok 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!

    #787031

    You have a wonderful day as well. :) Let us know if the solution works for you.

    Cheers!
    Sarah

    #787269

    Ok, 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!

    #787644

    Hi!

    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,
    Sarah

    #787984

    Hi 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!

    #788275

    Hi,

    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 6 years, 11 months ago by Sarah. Reason: added the transition attribute for smoother look
    #788606

    Hi Sarah, it works very well!!!
    Thank you very much for your support!
    Have a nice evening
    Bye

    #788697

    You’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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.