Change Color Of The Green Line Under The Footer - Question | JoomShaper

Change Color Of The Green Line Under The Footer

Samuel Desloges

Samuel Desloges

Template 1 year ago

Hello,

How to change the color of the green line under the footer (the last line of all pages)?

Thanks. Sam

0
8 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #107761

Hi Samuel,

You have to use custom CSS probably.


Why you didn't provide:

  1. Template Name
  2. Site URL

Like in doctor office - tell true where the pain is.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #107763

If Live Sports:

#sp-footer .container-inner {
  border-top: 0 !important; }

and before you will ask: https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/custom-code-css-js-meta

BTW

In our templates in most cases we don't use line under the footer, only above if any.

0
Samuel Desloges
Samuel Desloges
Accepted Answer
1 year ago #107765

Hi Paul, Sorry, it is Sphere template. Thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #107768

In that case use to hide it.

#sp-footer {
  border-bottom: 0px solid #000; }

added also to template documenation a minute ago.

To re-color - use different values: "4px" and "red" etc. as color. For example

#sp-footer {
  border-bottom: 4px solid red; }
0
Samuel Desloges
Samuel Desloges
Accepted Answer
1 year ago #107771

I don't want to hide, but just change color. I just need to define

#sp-footer {
  border-bottom: 8px solid #CA99C5; }

Is that correct?

0
Samuel Desloges
Samuel Desloges
Accepted Answer
1 year ago #107773

The best would be to could change directly from sp pagebuilder like the other color element of the template. Maybe for for a next update?

0
Samuel Desloges
Samuel Desloges
Accepted Answer
1 year ago #107775

It's OK now, thanks Paul

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #107782

yes, your css is correct. I updated my CSS.

It's not from SPPB, but from template styles.

Please mark topic as solved.

0