Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #486829

    Hi there,

    I added a vimeo link to a colour section but it only displays a static image and doesn’t play. Is there a way to fix it or how can I display a video background that auto plays with content over the top?

    Another question I have is about the side navigation. Is there a way to size down and centre the logo as well as remove the separator lines and only keep the navigation links and logo remaining (not the comments and search)?

    Thanks you!

    #487036

    Hey Shirtcliffe,

    Please make sure you are running the latest version of the theme, 3.2.3. If updating doesn’t help then please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #487505

    Thank you, the video plays now.

    However, I still haven’t been able to figure out how to style the side navigation and remove anything except logo and menu items (I want to remove: border lines, archives, recent comment, categories and search bar) as well as make the logo smaller cause it is currently stretched from its original size.

    There are no header settings for side navigation to style it?

    Thanks,
    Shirtcliffe

    #487638

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .html_header_sidebar .logo img {
      width: auto !important;
    }
    
    #search-2, #recent-comments-2, #archives-2, #categories-2, #meta-2 {
      display:none !important;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a {
      border-bottom-width: 0px !important;
    }
    

    Thanks,
    Rikard

    #489752

    Thanks, Rikard, with a bit more CSS it worked :)

    Just some minor issues I’m still struggling with.

    1. There is a thin white line on the right side of the side navigation that disappears as I scroll down the page. Can I get rid of the line entirely?

    2. Is there a way to move the menu items over to the right a bit? I tried padding but it didn’t work so perhaps I’m approaching in wrong.

    Thank you! I really appreciate the quick help. Great support team!

    #490528

    Hi,

    1. Try adding the following to Quick CSS:

    .html_header_sidebar #top #header {
    width: 301px !important;
    }

    2. Try adding the following as well:

    .html_header_sidebar .menu {
        padding-left: 60px !important;
    }

    Best regards,
    Rikard

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