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

    I’ve looked at your support for removing the line that appears below the Special Heading…you showed these fixes:
    .special-heading-border {
    display: none !important;
    }

    .special-heading-inner-border {
    display: none;
    }

    Neither of these are working on my website. Can you please help?

    #913447

    Hey mbd2017New,

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

    Best regards,
    Jordan Shannon

    #914388

    Go to any pages on my website just about:

    #914399

    Hi,

    It seems you are referring to a Separator (it shows like a line in ALB), can you try to remove it in the backend, that should fix it. Let us know if you need further assistance :)

    Best regards,
    Nikko

    #914979

    It’s the line underneath the Special Heading.
    So in this case you see “About Us” – then there’s the line below it.
    It’s part of the special heading. You telling me to “remove it in the backend” is your fix, really? If I could do that I wouldn’t be here. Did you not see the original post? I’ve tried to 2 fixes I saw in your support table, namely:
    .special-heading-border {
    display: none !important;
    }

    .special-heading-inner-border {
    display: none;
    }

    Neither will remove that line.

    So again, how do I remove the line that’s underneath the About Us as in the sample above? Also, I have no idea what you mean say ing is is a Separator (it shows like a line in ALB). What is ALB?

    I’m not referring to the lines in my header above and below the header. I’m talking about the line in the Special Heading which is below About Us.

    #914982

    Hi,

    Apologies for the frustration. Please add the following to quick css:

    .hr.hr-custom.hr-center.hr-icon-no{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

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