Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1048450
    anitaradovcic
    Participant

    Hello, i tried all css codes that i found on forum but i cant get rid of thin grey line in footer, https://jolie.hr

    #1048469
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    footer .widget:before {
        background-color: transparent !important;
    }

    Let us know how this goes!

    #1049134
    anitaradovcic
    Participant
    This reply has been marked as private.
    #1049322
    Christian
    Moderator

    Hey there,

    That is because you have a syntax error in your CSS. The code below in not closed

    /* Hide Author and Date */
    .x-post-carousel-meta span.entry-cover-author,
    .x-post-carousel-meta span.entry-cover-categories:before {
    display: none !important;

    Please close it with }

    Thanks.

    #1055927
    harmoniqa
    Participant

    Hello,

    I have the same problem, tried at least 10 codes on the forum, still no luck.
    Could you please take a look?

    Thanks!

    #1055929
    harmoniqa
    Participant
    This reply has been marked as private.
    #1056071
    Lely
    Moderator

    Hi There,

    Please add this custom CSS instead:

    footer.x-colophon {
        border: none;
        box-shadow: none;
    }

    Hope this helps.

    #1056298
    harmoniqa
    Participant

    It is, thank you!

    #1056505
    Darshana
    Moderator

    Glad we were able to help 🙂

  • <script> jQuery(function($){ $("#no-reply-1048450 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>