Okay
  Public Ticket #3691654
Line separating page to footer
Closed

Comments

  •  10
    fghthtjhgghn started the conversation

    .

  •  5
    WpWebSol | Ramzan Sharef replied

    Hi there,

    You can achieve this by adding these css code  into Salient > General > Salient CSS/Script Related > Custom CSS Code

    #footer-outer{
        border-top: 2px solid red;
    

    }

    It will add 2px red border at the top of footer on every page. Note: This will only work when you will use default footer not global  section as a footer. You can change border color and weight according to your requirements.


    Bst Regards,

    Ramzan

     


  •  2,958
    Andrew replied

    Hi Diogo,

    Thank you for getting back to us.

    Alternatively to Ramzans CSS, you can also add this in the Salient > General > Salient CSS/Script Related > Custom CSS Code section.

    @media only screen and (min-width: 1000px) {
        body #footer-outer .row {
            border-top: 2px solid #989a98;
        }
    }
    

    Try this and let us know how it goes.

    Thanks,

  •  10
    fghthtjhgghn replied

    .

  •  2,958
    Andrew replied

    Hi Diogo,

    Thank you for getting back to us.

    To further assist, could you allow us to log in to your website's backend dashboard so we can check on this for you more? We will need the username and password of the admin user as well as the login URL.

    We look forward to your reply.

    Thanks 

  •  10
    fghthtjhgghn replied

    .

  •  2,958
    Andrew replied

    Hi Diogo,

    Thank you for getting back to us.

    Adding the previous CSS I shared, the footer seems to have a line as you can see in this screenshot.

    1958219795.png

    Could you add the CSS and clear your cache and see if this works? Alternatively, you can add !important tag and see if this helps.

    @media only screen and (min-width: 1000px) {
        body #footer-outer .row {
            border-top: 2px solid #989a98!important;
        }
    }
    

    Try this and let us know how it goes.

    Thanks,

  •  10
    fghthtjhgghn replied

    .

  •  1,875
    Judith replied

    Hello Diogo,

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.

    If you've enjoyed Salient, be sure to check out Nectarblocks, our latest innovation for building websites visually with WordPress.

    Your feedback is valuable to us and greatly appreciated!

    Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out. 

    Best regards,