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

    Hi all,

    I have some question. Hope you experts can help : – )

    1. Full width banner silider is not starting to rotate. First image is always with. Manual sliding is possible. Autorotaion in settings is activated. Q: How to start autorotation?

    2. How to remove those thin grey lines after some elements. In this case, after the first blue color section, when this little arrow comes down.

    3. General question: In desktop viewport header and first color section have the same color. In smartphone viewport colors are different. Q: How to make both same color in smartphone viewport?

    #1268506

    Hey frammies,

    Best regards,
    Victoria

    #1269119

    Thanks, Victoria! I fixed it.
    Can you help regardings issue 2 and 3?

    #1269152

    Hi frammies,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .container_wrap {
      border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1269681

    1. Quick CSS changes do not fix the problem. I’ll later try custom.css

    2. When I delete the header background color code #03528b in the theme options, the header is getting white. This is also what I want. Can you help to configure this option?

    #1269808

    Hi,

    Please try this CSS instead:

    .container_wrap {
        border-top-width: 0;
    }

    I’m not sure I understand what you are looking to change in the header on the site though, could you try to explain that a bit further please? If you set the header to be white, then your logo and menu will not be visible.

    Best regards,
    Rikard

    #1270066

    Hi Rikard, in smartphone viewport the header color changes to a different “blue” see screenshot.

    #1270107

    Hi,

    The header colour doesn’t change, it’s the gradient section below it which displays a bit different on mobile. What exactly are you looking to change?

    Best regards,
    Rikard

    #1270241

    Then it is the gradient section I want to change to the same color like “first color section” on page.

    #1270386

    Hi,

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

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency #av_section_1 {
         background-image: none;
         background-color: #03538b;
    }
    }

    Best regards,
    Rikard

    #1275114

    Hi Rikard, thanks for your help. Unfortunately the header still changes color when switching to mobile view port. Any other ideas?

    #1275219

    Hi,

    You have an open CSS block:

    .comment-container, .text-sep-comment, .text-sep-date, span.blog-categories, .text-sep-cat, span.blog-author, .breadcrumb-title { display: none;

    That is likely why it’s not applying.

    Best regards,
    Rikard

    #1275339

    okay. Block is now closed but header has still different color in mobile view port.

    #1275344

    One more question regarding the header. When I add a full width banner slider, the element is either within the header or when I add “blank space” as first page element, the complete Header is white. (see reference site below)

    btw. is the only way to display a full with image to use a full with banner slider element?

    #1275661

    Hi,

    I adjusted the CSS for you, and it’s applying now. Please review your site.

    I’m not sure I understand what you are looking to achieve in regards to your last question, could you try to explain a bit further or post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

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