Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #665798

    it is possible to insert a background png image of the top menu?
    an example of this in the attached image

    thank you so much

    #665846

    Hey jehcikinha,

    use this code:

    nav.main_menu {
    background-image: url(https://i382.photobucket.com/albums/oo262/Don_M85/mazda-rx8-rc-car.jpg);
    }
    

    Best regards,
    Andy

    #665900

    I want this image: http://gaentretenimentos.com.br/wp-content/uploads/2016/07/menu-bg.png be overlapping content

    example is the image attached

    #665908

    Hi!

    Can you please post the link to your website?

    Regards,
    Yigit

    #665919

    Yes, shur

    This private

    #665930

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header_bg {
        background: transparent!important;
        background-image: url(https://gaentretenimentos.com.br/wp-content/uploads/2016/07/menu-bg.png)!important;
        background-repeat: no-repeat!important;
        background-size: contain!important;
        background-position: 0 100%!important;
    }
    #header_main {
        border: none;
        background-image: url(https://gaentretenimentos.com.br/wp-content/uploads/2016/07/menu-bg.png);
        background-repeat: repeat-x;
        background-size: 300% 110%;
        background-position: 0 0;
    }
    

    Cheers!
    Yigit

    #665948

    You could take a look how was
    was a failure in the middle, it is possible to leave 72px high and the background in black?

    thank you so much

    • This reply was modified 8 years, 4 months ago by jehcikinha.
    #666643

    hello

    someone help with the above request, please?

    Tanks

    #667093

    Hi,

    The site is on maintenance mode so we can’t see it. Please post a temporary login details here so that we can check the header. A screenshot will help.

    Best regards,
    Ismael

    #667246

    Hello

    very tanks!

    #667603

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #667621

    Hello
    i send in private data

    #667639

    Hey!

    Login credentials are not working for me. Can you please check them once again?

    Regards,
    Yigit

    #667682

    Hello, try again, please

    #669557

    Hi,

    Try with this CSS code:

    .header_bg:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 15px;
        bottom: -14px;
        background: url('http://gaentretenimentos.com.br/wp-content/uploads/2016/07/menu-bg.png') repeat-x bottom center;
    }

    Best regards,
    Josue

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