test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sergiosp Friend
    #987814

    Hi team
    I have put all the menu space in transparent, however, I would like the logo and the menu to be "floating" on top of the slideshow images as I send them in the sample image, since there is now a separator bar between the top of the page and images. Can you tell me what to do to remove the top bar that contains the menu and logo of the company?
    Kind regards
    Sergiosp


    1. Acero
    Pankaj Sharma Moderator
    #987974

    Hi
    can u share the site URL that is showing in your screenshot.
    The submitted site URL is completely different : http://prntscr.com/d9t1cp

    sergiosp Friend
    #988134

    Hello Pankaj,
    The site is http://www.mapu.com.ar.
    The image I sent them, is just an example so that they can understand what I want to achieve.
    I have made the modification of the opacity, but I do not know how to remove the bar (space) that contains the menu and the logo.
    My intention is for that "space" to disappear and the site begins with the image, like the capture I sent previously.
    Best regards

    Pankaj Sharma Moderator
    #988169

    Hi
    You have to custom work in css to re-style the mega menu .
    Try this tweak :
    Go to /templates/uber/css/custom.css file
    Add this code

    .uber-header.header-5.dark-color {
        background-color: transparent!important;
    border-bottom:0px  
    }
      .home #t3-section {top:-100px;}
    
    sergiosp Friend
    #988768

    I have done what I indicated and successfully achieved the modifications, however, I want this to be seen throughout the site and not only on the home page.
    Some of the submenus were made as Special page: Blank Content, to be able to use ACM slideshow, but to enable it does not show me how in the frontend the image to 100% without the logo space / menu bar. What should I do?
    Sending of images, one of the frontend, where it is observed that the menu on the slideshow function works very well, the other is on an inside page of the web where you can see that the menu / logo bar still exists


    1. frontend
    2. insidetheweb
    Pankaj Sharma Moderator
    #988832

    Hi
    you can replace the older code with this code

    
    .uber-header.header-5.dark-color {
        background-color: transparent!important;
    border-bottom:0px  
    }
      #t3-section {top:-100px;}
    

    it will work on other pages too .

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum