Tagged: bottom border, color block, color section, scroll arrow, top border
-
AuthorPosts
-
September 30, 2023 at 9:32 pm #1420990
I am having two problems with this page:
1. I am trying to use the svg in a more creative (for me) way! But I’d like to remove that border line that’s right above the scroll arrow, to really make it look better. Is this possible with css, please?
2. I have a large white space under the submenu and haven’t been able to figure out how to vamoose it.Thanks in advance for any magic you can perform!
October 1, 2023 at 10:52 am #1421006Hey CharlieTh,
1. I’m not sure I understand what you are looking to remove, could you post a screenshot highlighting it please?
2. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-699 #after_submenu_1 .content { padding-top: 0; padding-bottom: 0; min-height: 0; }
Best regards,
RikardOctober 1, 2023 at 7:50 pm #1421037I have two picture to upload…not sure how to do that.
1. Your suggestion above works! But…it also distorts the circular images in the color sections. Seems to move the top of the color sections to under the svg divider?
I took a picture, I just need to attach it for you.
2. The second picture shows the line I want to remove. I think now it is the top border for the color section. That is what the arrow on the TOP color block that is pointing to the section below is pointing TO. In my case, it looks navy blue. This line I would like to remove on all 3 color blocks appears ABOVE the svg divider.
Thanks for your suggestion above. it DID work, it just seems to affect something else.
October 2, 2023 at 9:12 am #1421080Hi,
Thanks for the update. If you want to attach screenshots, then you can upload them to a service like Google Drive, Dropbox or similar, then link to them here.
Best regards,
RikardOctober 2, 2023 at 4:36 pm #1421179Rikard, thanks for your help.
1. Removed the white space at the top of the screen, under sub_menu by using this css. Just in case someone else might need to delete such an item in future.
div#after_submenu_1 .content{
padding-bottom: 0;
}
div#after_submenu_1 div.av-section-cont-open:nth-child(1){display:none!important;}2. I presume that the horizontal line I have circled with a red circle is a border on the color block? I want to remove it — or make it transparent — if removal is not possible.
This horizontal line is on all 3 color sections on the page, but you will see the one on the aqua to blue blocks circled in red.
As I said, it appears below where the scroll arrow pulses and is at very top of the svg divider. But I would like it to disappear!
This is the one-day link for the page.
Thanks again for looking at this.
October 3, 2023 at 10:04 am #1421261 -
AuthorPosts
- You must be logged in to reply to this topic.