Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1324623

    Hi support !

    I need to draw a diagonal line for the upper border of my FOOTER.

    All in private.

    #1324676

    Hey jb84,

    You can create that using the Layout builder. Build a new page and recreate you footer there, then add a Color Section element above that, and use a diagonal border for the top section. After that, then you can assign your new page as the footer under Enfold->Footer.

    Best regards,
    Rikard

    #1324697

    Thanks Rikard

    I did it and its working but it display an horizontal blue line above (i think its the section backgrount color).
    There are no padding or else… I don’t understand because i have made the same svg dividers as in the main page…
    Find enclosed the horizontal line problem
    And a screen shoot of the svg divider settings.

    #1324727

    Hi,

    Thanks for the screenshots. If you need help with removing that line, then we would have to inspect the actual element. Could you put it back on the site please?

    Best regards,
    Rikard

    #1324728

    Done
    please can you check it quickly because my client can see that…

    #1324758

    Hi,

    Thanks for that. Please try this in Quick CSS:

    #footer-page {
        border-color: transparent;
    }

    Best regards,
    Rikard

    #1324770

    added but not working, Blue line still here.

    I needed to put back the default footer, i don’t want my client see this line.
    I’m waiting for another solution to solv

    • This reply was modified 2 years, 6 months ago by jb84.
    #1324836

    Hi,

    The CSS I gave you worked on my end, so we would need to see the actual problem again.

    Best regards,
    Rikard

    #1324957

    Hi,
    i reactivated the page FOOTER, you can check.

    #1325030

    Hi,

    Thank for that. Please try this CSS instead:

    #footer-page {
        border-color: transparent;
        background-color: transparent;
    }

    Best regards,
    Rikard

    #1325069

    You did it!
    All is ok now with this last css
    Thanks Rikard, master of Enfold

    #1325121

    Hi,

    Glad Rikard the master of Enfold could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy your weekend!

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘diagonal on footer’ is closed to new replies.