Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1144724

    Hello how i change 3x column in megamenu, position as a picture?

    http://tiny.cc/4blwdz

    #1145086

    Hey osukaru,

    You need to edit that menu in Appearance > Menus and uncheck the “starts a new column” checkbox for the 2 and 3 links and drag them under 1.

    Best regards,
    Victoria

    #1149019

    all columns are unchecked.
    I want them to be categories and not subcategories menu

    • This reply was modified 5 years ago by osukaru.
    #1149278

    Hi osukaru,

    Can you show us what you’ve got so far?

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1150099

    Hi Victoria,
    all info in first post #1144724

    just telling me how to change the look of a category to the look of a column.
    or include columns under each other.
    just enough.

    • This reply was modified 5 years ago by osukaru.
    #1153224

    Hi osukaru,

    Here are all available mega menu customizations

    If you need more options you might want to look for a plugin that has them available.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1154217

    Victoria…It still didn’t solve my problem.
    Again…
    – Remove only (1) avia_bullets
    – Adapting the appearance of (2) as mega_menu_title (3)

    #1155379

    Hi,
    Sorry for the late reply, is this what you are trying for?
    2019-11-10-124151
    is it only these three items, or all items in the last two rows?
    Are you adding any more items to these columns?

    Best regards,
    Mike

    #1155410

    Exactly like this, additionally bold and size as title column.
    I will not add more items to these columns

    Best regards,
    Osukaru

    • This reply was modified 4 years, 12 months ago by osukaru.
    #1155417

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #menu-item-5112 > a > .avia-bullet,#menu-item-5153 > a > .avia-bullet,#menu-item-5111 > a > .avia-bullet {
    	display: none !important;
    }
    #menu-item-5112 > a > .avia-menu-text,#menu-item-5153 > a > .avia-menu-text,#menu-item-5111 > a > .avia-menu-text {
    	font-size: 17px !important; 
        line-height: 1.1em !important; 
        font-weight: 900 !important; 
    }
    #menu-item-5112 > a ,#menu-item-5153 > a ,#menu-item-5111 > a  {
    	padding-left: 0 !important;
    }

    Best regards,
    Mike

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