Edulif Footer Colors - Question | JoomShaper

Edulif Footer Colors

J

jepsen

Template 1 year ago

Hello

How can I change the color of the footer on the homepage? See here: https://lisbetrosendahl.dk/

Currently it's dark blue color, but I want to know where to change. The website does not respond to changes in Site Template Styles

Please advise a fix for this.

Also, please advise how colours are changed for testimonials.

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #106303

Hi there!

Thanks for your query and the access.

You can do this from the preset tab of your template options, or from the layout tab. Here are screenshots for your ease:

https://prnt.sc/YsuU6vXRCzYD

https://prnt.sc/mQlGoBy3DBJ_

https://prnt.sc/VcYqQ4o_f_4C

I have left the changes for you to check.

Best Regards

1
J
jepsen
Accepted Answer
1 year ago #106714

Hello Rashida

Thank you for answer. Changing the preset does not work, but changing from layout builder did the trick.

How about the colors from testimonials. How can they be changed? At the moment each testimonial has different color.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #106725

Hi,

Did you mean the title and the bottom bar color of the testimonials? Do you want them same colored? Then you may use the following code in your custom CSS:

.edulif-instructor-home-testimonial-wrapper .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item:after, .edulif-university-home-testimonial-wrapper .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item:after {
    background-color: pink !important;
}
.edulif-instructor-home-testimonial-wrapper .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item .sppb-testimonial-carousel-name-designation .sppb-testimonial-carousel-name, .edulif-university-home-testimonial-wrapper .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item .sppb-testimonial-carousel-name-designation .sppb-testimonial-carousel-name {
    color: red !important;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

1
J
jepsen
Accepted Answer
1 year ago #107366

Hello again Rashida

Once again thank you for the solution. This was just what I wanted. One minor detail though - the purple dots used for scrolling through the caroussel, can they be changed in color as well?

0