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

    Hi!

    Is there a way to make the subline/subtext visible in a horizontal menu?
    I did all all the suggestions here in the forum but i can only see the subtext on the mobile view! Not on desktop view.
    Here is the link to the development status site -> https://www.web-artwork.at/zimmerei/

    I wrote the subtext in the “appearance > menus > description. But it is only showing up on mobile menu/view.

    Which srew do i have to turn (CSS???) to see the subtext? In source text it is there!

    Regards

    Chris

    #1080607

    Hey chrishilli,

    Add this to quick css:

    @media only screen and (min-width: 767px)  {
    .avia-menu-subtext{
        margin-top: 20px!important;
        position: absolute!important;
        margin-left: -40px!important;
    }
    
    .avia-menu-subtext{
        display:block!important;
    }}

    Best regards,
    Jordan Shannon

    #1080731

    Thank you! Works perfect!

    #1080850

    Hi,

    Great! I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘horizontal menu subtext not visible’ is closed to new replies.