Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #695644

    Hi!, I saw the steps in the tutorial.

    I Put this code in functions.php, but no changes in logo, and the text is not showed

    Can you help me?

    /* NACHO AÑADIR TITULO DEBAJO DE LOGO
    *
    */
    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= “Servicios y Compras S.L.”;
    return $sub;
    }

    #695649

    Hi vgunited!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img,span.subtext {
        float: left;
    }
    .logo {
        width: 100%;
    }

    Best regards,
    Yigit

    #695658

    Thanks, the text is showed now, but not under the logo (it is showed at the right of logo),
    How can I put under the logo?

    And there is more space at top How can I put here an image or similar? Or a title? something to avoid the big white space..

    Best regards,
    thanks,
    Nacho

    #695736

    Hi!

    Can we please check the web site, so we can help you with the issue?

    Thanks a lot

    Regards,
    Basilis

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