Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #992831

    Hello,

    how it is possible to delete the title-seperator.

    Thanks
    Guido

    #993038

    Hey Guido,

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

    #top .av-special-heading .special-heading-border {
        display: none;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #1004905

    Hello, thanks, but the title-seperator is not invisible. :-(
    may be another ideal?
    Thanks, best regards
    Guido

    #1004924

    Hello Guido,
    I am usually using also “visibility” as hidden.

    #top .av-special-heading .special-heading-border {
        display: none;
        visibility:hidden;
    }

    Sometime I have to force it like this:

    #top .av-special-heading .special-heading-border {
        display: none !important;
        visibility:hidden !important;
    }

    Best wishes,
    Milan

    #1004935

    Hello Milan, thanks, but the seperator is still visible.

    #1004937

    It should not be :)
    Please, clear cache plugins, your browser cache, also you can try to disable “CSS file merging and compression” for a short time in Enfold – Performance.

    #1004945

    Hi Guido,

    Did you manage to get things working as they should? Thanks @milan for helping out :-)

    Best regards,
    Rikard

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