Tagged: ,

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

    Hey Jérôme,

    If you go to Enfold > General Layout –  Under Logo and Main Menu, you can switch the position to left sidebar and that should give you the layout you need.

    Please let me know if this is clear.

    Best regards,
    Jordan Shannon

    #753919

    Hi Jordan,
    The layout is already ok.
    My question is about : how do I insert a text under the logo ?
    Look at the website, look at the picture – on the picture there is a text below the logo.
    Is that possible to do with Enfold ?
    Best regards,
    Jerome.

    #753920
    #1272974

    Hi! I wanted to add a sub text under my logo too.
    I added this css to my Enfold child theme:
    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= ‘<h1>Company Name</h1>’;
    return $sub;
    }

    I am not sure how to continue and add a sub text now though (I am just starting out with CSS).
    If it can be of any help my website is https://www.tnvirtualassistant.com

    Thanks for your help

    • This reply was modified 3 years, 3 months ago by NicoleVA.
    #1273248

    Hi NicoleVA,

    Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1273334
    This reply has been marked as private.
    #1273364

    Hi,

    We will go visit that one.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add text under logo with menu left setting’ is closed to new replies.