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

    I searched the form and found the following solution:

    Go to (includes/helper-responsive-megamenu.php)

    Lookup this file
    if(!$this->top_menu && !empty($item->description))

    Replace it with:
    if(!empty($item->description))

    Unfortunately. This didn’t work. http://eac.voomatic.com/
    I want to add a description or a tool tip to (Our Store) that says (Coming soon)

    Suggestions?

    Thank you

    #601840

    Hey mohamed911!

    Thank you for using our theme.

    The easiest way for a tooltip is to add a text to the title attribute (below the url field) of the menu “Our Store”.

    This is a default popup supported by most modern browsers when hovering over the button.

    Regards,
    Günter

    #602528

    Do you mean a description of the main menu like this?
    http://screencloud.net/v/9Fur

    I haven’t edited for this a theme file, it’s easily been done with simple CSS and adding a code snippet to the menu labels:

    1. http://screencloud.net/v/3gKg
    Add in this label field this part of code and change the text to your desired one:

    WORT.kunst<span class="main-menu-description">Publikationen<br />Typografie</span>

    2. Then add to your custom.css this:

    .main-menu-description {
        display: block;
        font-size: 11px;
        font-weight: normal;
        line-height: 14px;
        margin-top: -43px;
    	color: #bfbfbf;
    }
    #602532

    Hi!


    @colorit2
    Thanks for your help :)

    Best regards,
    Yigit

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