Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #694322

    I´ve added this code as you said in your documentation in order to have a text line under the logo, but nothing happens.

    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= “Company Name”;
    return $sub;
    }

    Thanks

    #694339

    Hi cipriana!

    Can you please show us your web site, so we can understand the issue?
    Maybe backend access would be needed.

    Thanks a lot

    Regards,
    Basilis

    #694359

    The web is in maintanance mode. I send to you the backend accesss
    Thanks

    #694454

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    span.subtext {
        position: absolute;
        top: 30px;
        left: 130px;
    }

    Regards,
    Rikard

    #694523

    Ok, thanks!
    One more thing, how can I make that text smaller? I tried adding font-size, but nothing happens.

    I tried adding this
    span.subtext {
    position: absolute;
    top: 30px;
    left: 0px;
    color: #000000
    font-size: 14px
    }

    thanks

    #694529

    Hey!

    Please try adding !important rule as following

    span.subtext {
        font-size: 14px!important;
    }

    Best regards,
    Yigit

    #694540

    Now yes, great!
    thanks

    #694543

    Hey!

    You are welcome!
    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 :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add a subtitle under logo’ is closed to new replies.