New Landing How can we help? Atelier Individual Mega Menu Column Headings

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #329682
    lauries
    Member
    Post count: 63

    What code can I add in the ‘Custom HTML Column’ shown to:
    1) Center the Heading on this column only.
    2) Delete the Heading on this column only.

    Thanks!

    #329737
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You will need to add an extra class so that specific title can be targeted.
    Create a column and add an extra class and let us know the url so we can show you the necessary css.

    -Rui

    #329799
    lauries
    Member
    Post count: 63
    This reply has been marked as private.
    #329898
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I meant the extra class field when editing the column.
    https://cl.ly/2w3S1r3L3d2l/[6b9c1425003b740434db2e0d3277bbb9]_Image%202017-06-23%20at%203.22.26%20PM.png

    This is what I’m seeing in that page, don’t see any column heading.
    https://cl.ly/3i3Q2S252N32/Image%202017-06-23%20at%203.32.29%20PM.png

    -Rui

    #329915
    lauries
    Member
    Post count: 63
    This reply has been marked as private.
    #329930
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    My fault I’m confusing the columns used in the page builder when you are talking about the columns of the mega menu.

    Add the code to the custom css option to hide that specific heading.

    .menu-item-15455 a {
        display: none!important;
    }

    -Rui

    #329936
    lauries
    Member
    Post count: 63

    Great, thank you – this worked. I would also like to center all Mega Menu titles that appear above images. The column titles that do not have images look fine when the titles flush left; but the column titles with images need to be centered. Is this possible? Thanks.

    #329938
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this css.

    .sf-menu-item-html a {
        text-align: center!important;
    }

    -Rui

    #329940
    lauries
    Member
    Post count: 63

    Worked perfectly. Thank you for all your help!

    #330024
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register