Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1110502

    Hi,

    when I choose “No Borders” for my grid row I still get a border at the bottom.
    I tried:
    #bottom .gridrow {
    border: none;
    }
    but that doesn’t work

    How can I fix that?

    Best regards
    Bettina

    #1110533

    Hey Bettina,

    Please provide a link to the site/page in question so we can look in to this issue further.

    Best regards,
    Jordan Shannon

    #1110863

    Hey Jordan,

    I have a Grid row on page “Prototyping” which has the border at the bottom.

    There is also SOMETIMES a border at the bottom of my Color Sections.

    The first Color Section on the Home page has no border at the bottom
    but the second and third Color Section have one
    both have the same settings as the first

    On the page “Test” I get no borders

    So I deleted the second Color Section on the Home page and made a new Color Section but the border is again there.

    I have other websites and there is the same problem. So I think it can’t be a Plugin which causes the problem.

    Best regards
    Bettina

    #1110915

    Hi Bettina,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    #after_submenu_1 {
      border-color:transparent !important;
    }

    Best regards,
    Rikard

    #1110945

    Hi,

    thank you that solved the problem for the Grid Row
    but not for unfortunately not for the Color Section.

    Best regards
    Bettina

    #1111096

    Hi,

    Not sure for your reply.
    You mean it has been solved for the Grid Row, but the Color Section still has issues?

    Best regards,
    Basilis

    #1111104

    Hi Basilis,

    yes

    Best regards
    Bettina

    #1111234

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
        border: none;
    }
    
    

    Best regards,
    Yigit

    #1111252

    Thank YOU! That did it.

    Best regards,
    Bettina

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Grid Row Border’ is closed to new replies.