Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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).

    #831679

    Hey THP,

    Can you tell me where is the thin border?

    Best regards,
    John Torvik

    #832286

    https://ibb.co/jy64zk

    Hey 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 6 years, 8 months ago by THP Studio.
    #832633

    Hi,

    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 Shannon

    #832972

    Hi 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 6 years, 8 months ago by THP Studio.
    #833647

    Hi,

    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 Shannon

    #833718

    Hey 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

    #833925

    Hi,

    Try the following:

    .avia-section.main_color{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #836621

    Nope 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 6 years, 8 months ago by THP Studio.
    #836628

    Hi,

    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 Shannon

    #836632

    Thats got it, thank you. :)

    Im still not able to have a working mobile menu at all – could you also look at that for me?

    #836637

    Hi,

    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 Shannon

    #836639

    I 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 6 years, 8 months ago by THP Studio.
    #836644

    Hi,

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Small Border Bug with Color Section’ is closed to new replies.