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

    Liebes Kriesi-Team,
    wir haben Enfold Version 4.4.1.
    Nach der Aktualisierung schreibt das Theme um bestimmte Spaltenelemente Rahmen (s. Dokumentenlink unten)
    CTA / Counter und sogar im Footer.
    Wie kann ich die Rahmen wieder entfernen. Ich habe eingestellt “ohne Rahmen”
    Herzlichen Dank bereits im Voraus.
    Liebe Grüße
    Sonja

    #1008596

    Hey swelzel,

    If you could check to reply us in English – would be perfect :)

    Best regards,
    Basilis

    #1008932

    Dear Kriesi-Team,
    we are running Enfold V 4.4.1. After an system and plugin update, we suddenly notice small frames around certain elements (counter, columns etc, even in the footer) Please see attached PDF with a screenshot. Please help the remove the frames again.
    Thanks in advance
    Sonja

    #1009209

    Hi Sonja,

    Thanks for the translation and document. I can’t see frames around the counter elements, though I could see them in the footer. Please try this in Quick CSS to remove the border:

    #footer .flex_column {
      border:none !important;
    }

    Best regards,
    Rikard

    #1010118

    Hi Rikard,
    thanks very much, it worked.
    We have modified the site again, so you are able to see the wrong border around the other elemets as well. Please send the corresponding CSS. Thanks very much
    Sonja

    #1010149

    Hi Sonja,

    Thanks for the update, please try this as well:

    .av_one_third {
      border:none !important;
    }

    Best regards,
    Rikard

    #1010851

    Thanks for help Rikard,
    the change has worked ok for the counter elements, however the text blocks below the counters still have borders
    Best regards Sonja

    #1010908

    Hi,

    Can you please provide a link to the page so I can inspect it?

    Best regards,
    Jordan Shannon

    #1010999

    Hi Jordan,
    i put the link in the private content.
    thanks.
    Best regards
    Sonja

    #1011026

    Hi,

    Add this to quick css:

    .avia-builder-el-46{
    border:0px!important;
    }

    Best regards,
    Jordan Shannon

    #1011191

    Thanks for help Jordan,
    the change has worked ok.
    Best regards Sonja

    #1011235

    Hi Sonja,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.