Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #798105

    Guten Morgen,

    ich bekomme die graue dünne Linie unterhalb der “Farb-Sektion” einfach nicht weg. Ich weiß, dass ich in den Eigenschaften für Top und Bottom Border Styling eine Linie angeben kann, aber in beiden Auswahlfeldern ist korrekterweise “No border styling” eingetragen.

    Die Linie ist zu sehen auf der Website direkt unter dem Hintergrundbild der Farb-Sektion, direkt als erstes, wenn man die Site lädt.

    Dasselbe Problem ist auch unterhalb von 2 Gridrows: auch dort ist direkt unter den Bildern die graue Linie zu sehen (suchen nach Text: “Wir gestalten ihre aktuelle Website”).

    Bei allen anderen Farb-Sektionen habe ich dieses Problem nicht! Woran kann das liegen? Die Linie ist sehr störend. Vielleicht als Hinweis: unter den Farb-Sektionen und Grid-Rows folgt ein “Separator/Whitespace” mit 50px. Website ist unten angegeben.

    Besten Dank,
    Uwe

    #798601

    Hey Ritterli,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-431 #after_submenu {
        border: 0 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #798823

    Hello Nikko,

    thank you very much! The result is 50%, it would be great to solve the remaining problem :

    1) the grey line below the two grids row in the middle of the page with the pictures is disapperead now. -> That’s fine!
    2) the grey line below the starting picture at the top of the homepage is still present. -> :-(

    Perhaps this might help you:

    Construction of Home page:
    ———————————————
    – “Farb section” with selection “No border” for top and bottom of section
    – inside “Farb section” are three Columns with individual height and space between columns, no inner padding, no frame.
    – inside “Farb section” but below the three columns is a separator/whitespace with 50px

    – below the “Farb section” continoue again three columns but not within a “Farb section” or other. Starting with text “Die Digitalisierung ….”

    It would be fine to solve this problem, my customer is a bit annoyed about these grey lines. Thanks for the first 50% !

    regards,
    Uwe

    #799415

    Hi,

    You’re welcome, try adding this css code in Quick CSS:

    
    .page-id-431 #after_section_1 {
        border: 0 !important;
    }
    
    .page-id-431 #av_section_5, .page-id-431 #av_section_9, .page-id-431 #after_section_7, .page-id-431 #after_submenu {
        display: none;
    }

    Hope this fixes the rest :)

    Best regards,
    Nikko

    #799442

    Hi Nikko,

    your solution works excellent, thank you very much!

    Have a nice day,
    Uwe

    #799747

    Hi,

    You’re very much welcome. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘dünne graue Linie unterhalb "Farb-Sektion" verschwindet nicht!’ is closed to new replies.