Home Forums Pro Themes Next Travel Pro Some Elements of Next Travel Pro can’t edit under Customize area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #149440
    Rajasimla Church
    Participant

    Dear TP,

    I installed the New Travel Pro yesterday and trying to edit some default elements according to my own. But, some elements aren’t editable while placing the right click. Even, the About Menu, I can’t edit while customizing. Kindly let me know about this.

    Some elements under Next Travel Pro can’t edit while customizing.

    Thank You.

    #149442
    Psink
    Keymaster

    hello there

    I guess the issue is the social menu overlaps submenus

    please add this css in additional CSS

    
    @media screen and (min-width: 1024px) {
          .main-navigation ul ul {
                z-index: unset;
          }
          .main-navigation ul li:hover > ul  {
             z-index: 1 ;
          }
    }
    

    regards,

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