• Hi, I want to modify the footer border height to only have border in the top part of the “widget area footer”.

    – I need NO border around the “footer copyright area”
    – And around the “widget area footer” i only want to display a border in the top part of the rectangle.

    With the following code I am able to modify the borders but all around the rectangles. I dont know how to specify that I only need a top line, above the “widget area footer”… Many thanks

    Note: If i delete all CSS, then I get the line i want but I havent found where to change its thickness (only option in “theme options” is the color).

    .footer-widget-container, footer{
    border-top: 10px solid #00cb80 !important;
    border-bottom: 10px solid #00000 !important;
    }

    WordPress 4.4.2 / Avada theme

Viewing 1 replies (of 1 total)
  • Hello sergioech,

    You can add the below line of css into your theme style.css

    .footer-widget-container, footer{
    border-top: 10px solid #00cb80 !important;
    border-bottom: 10px solid #00000 !important;
    }
    Please share me your site link if you are unable to find your style.css file of activated theme i will guide you for the same.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Adjusting footer border height’ is closed to new replies.