-
AuthorPosts
-
July 30, 2017 at 12:47 am #831631
So in the Color Section settings there are nice options for top and bottom borders. Problem is, even if you choose “no border” it puts a thin border line at the bottom of the color section.
You can see it partway down the page linked to in the private details. (where the section arrow is).
July 30, 2017 at 6:14 am #831679Hey THP,
Can you tell me where is the thin border?
Best regards,
John TorvikJuly 31, 2017 at 5:36 pm #832286Hey John, I gave you the link to look at in the private details. Now I have also included a screenshot from that page.
The line is the bottom of the Color Section element, which on the front end is between the red scroll down arrow, and above the “get a quote” heading.
Please note however, this issue is not unique to this page. Whenever I add a color section, it forces a bottom edge border.
- This reply was modified 7 years, 3 months ago by THP Studio.
August 1, 2017 at 7:20 am #832633Hi,
It seems to be the section below with the border. Add the following to quick css:
#after_section_1{ border:none!important; }
Best regards,
Jordan ShannonAugust 1, 2017 at 5:12 pm #832972Hi Jordan,
Thanks for the reply, and that code works for a couple of pages, but not all.
But I think there is an underlying problem here. If you add a color section you get this border. Whether it comes from the section below or not, thats sort of irrelevant. You should be able to add a color section without being forced to have this border randomly appear. Do you see what I mean?
Thanks for your help.
Also still waiting on replies to 2 other posts on other issues….
Thanks guys.
- This reply was modified 7 years, 3 months ago by THP Studio.
August 2, 2017 at 10:22 pm #833647Hi,
That is just a choice from theme designers as a best design choice decision. As of right now there is no GUI option to remove the border, but it can be hidden via css. What other pages was the css not working for?
Best regards,
Jordan ShannonAugust 3, 2017 at 1:33 am #833718Hey Jordan,
Thanks, I understand the designers need to make some calls. Perhaps this one can be re-thought, or at least an option added to the element to remove it entirely, as it seems like strange behaviour (to me at least).
It wasn’t working on other pages where I had multiple color sections. Im guessing the problem was the “_1” given in the code provided above? Does each section get a new identifier number?
If so, what code would remove it from ALL uses of the color section?
Thanks a lot
August 3, 2017 at 3:30 pm #833925Hi,
Try the following:
.avia-section.main_color{ border:none!important; }
Best regards,
Jordan ShannonAugust 9, 2017 at 9:27 pm #836621Nope that code didn’t help.
There is another page example in the private field – can you please take a look? You can see the line just above the heading “Recent Design Work”. This is a very frustrating quirk of an otherwise great theme.
- This reply was modified 7 years, 3 months ago by THP Studio.
August 9, 2017 at 9:35 pm #836628Hi,
Try the following:
#after_section_3.main_color.av_default_container_wrap.container_wrap.fullsize{ border:none!important; }
This is specifically for the recent design work section. If other sections are effected just update the id.
Best regards,
Jordan ShannonAugust 9, 2017 at 9:38 pm #836632Thats got it, thank you. :)
Im still not able to have a working mobile menu at all – could you also look at that for me?
August 9, 2017 at 9:47 pm #836637Hi,
Yes, do you already have a thread open for that? If not please do so that this one can remain to one topic.
Best regards,
Jordan ShannonAugust 9, 2017 at 9:48 pm #836639I had one in that long thread of others who had the same/similar problems. I guess Ill open another one then. thanks
Done – https://kriesi.at/support/topic/mobile-menu-not-working-16/
- This reply was modified 7 years, 3 months ago by THP Studio.
August 9, 2017 at 9:54 pm #836644Hi,
Okay I will head over and take a look, though I will be honest and let you know that the developers have not yet released a permanent fix as of yet. Though I am positive it will be in the next update and hopefully soon.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Small Border Bug with Color Section’ is closed to new replies.