Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #114357
    bl
    Participant

    I want to make the menu longer so it gets near the logo, and then i want to make the menu, content and footer transparent.

    How do i do that?

    website: https://testerdk.000webhostapp.com/

    Regards

    bl

    #114367
    Mahesh
    Keymaster

    @bl: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-navigation {
        width: 84.3%;
    }
    
    .site-logo {
        width: 160px;
    }
    
    .main-navigation, 
    .site-content, 
    .site-info {
        background-color: transparent;
    }

    Regards,
    Mahesh

    #114369
    bl
    Participant

    Thank you for the help

    Regards

    bl

    #114427
    Mahesh
    Keymaster

    @bl: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How du i make the Menu,contens and footer transparent?’ is closed to new replies.