Topline Footer - Question | JoomShaper

Topline Footer

S

Seppe

Helix Framework 1 year ago

Is it possible just to have a topline on the footer? I want the footer to have a white background just as the rest of the website. Instead of a colored background, we just want a colored line. I tried already to add some code in de custom CSS, but it doesn't seem to work.

0
5 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #170015

Hello Seppe,

Apologies for the issue you're experiencing with the footer styling. To add a topline to the footer while keeping the background white, please add the following CSS code to your Template Options -> Custom Code -> Custom CSS:

#sp-footer .container-inner {
    border-top: 1px solid #000;
}

This should resolve the problem. Please let us know if you need any further assistance!

Best regards

0
S
Seppe
Accepted Answer
1 year ago #170351

Works perfect! Thank you

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #169974

Hello Seppe,

Could you please provide the link to your website? It would help us better understand the current setup and offer more precise advice.

0
S
Seppe
Accepted Answer
1 year ago #169998

Good morning Atick Please find the link below.

So you see the background of the website, and the backgroudn of the footer all white. Now, if possible, I would like to have the footer "oulined" like a button, although I only want the line at the top.

Like sometimes you can see there is a horizontal line under the header

0
S
Seppe
Accepted Answer
1 year ago #169999

An example of what I want is this: https://www.ttpcommunity.be/

You see the blue line above the footer.

0