-
AuthorPosts
-
December 15, 2020 at 7:55 pm #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?
December 18, 2020 at 11:06 pm #1268506Hey frammies,
Best regards,
VictoriaDecember 21, 2020 at 7:18 pm #1269119Thanks, Victoria! I fixed it.
Can you help regardings issue 2 and 3?December 21, 2020 at 8:24 pm #1269152Hi 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,
VictoriaDecember 23, 2020 at 11:16 pm #12696811. 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?
December 26, 2020 at 4:47 am #1269808Hi,
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,
RikardJanuary 3, 2021 at 11:30 pm #1270066Hi Rikard, in smartphone viewport the header color changes to a different “blue” see screenshot.
January 4, 2021 at 6:11 am #1270107Hi,
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,
RikardJanuary 4, 2021 at 8:22 pm #1270241Then it is the gradient section I want to change to the same color like “first color section” on page.
January 5, 2021 at 1:00 pm #1270386Hi,
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,
RikardJanuary 24, 2021 at 6:15 pm #1275114Hi Rikard, thanks for your help. Unfortunately the header still changes color when switching to mobile view port. Any other ideas?
January 25, 2021 at 11:15 am #1275219Hi,
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,
RikardJanuary 25, 2021 at 8:48 pm #1275339okay. Block is now closed but header has still different color in mobile view port.
January 25, 2021 at 9:42 pm #1275344One 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?
January 27, 2021 at 5:42 am #1275661Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.