Template Help - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Template Help

QA

Quarrydale Academy

Template 4 years ago

Hi

I am trying to change the blue on the EDUCON template but cannot find anywhere to do so.

It is the Home > Prime with slide LATEST new and the APPLY NOW.

Any ideas?! Link here - https://ibb.co/yNK2jv1

Thanks

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #9156

Hi there!

The color is coming from the preset.

However, you can use the following code in your custom CSS(please use your own color/color code instead):

.educon-latest-news-wrap .educon-latest-news .sppb-addon-title{
background: #3fb553;
}
.home-callto-action2::before{
    background: rgb(181 101 63 / 90%);
}

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

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0