Where is Custom Css In Indigo Template - Question | JoomShaper

Where is Custom Css In Indigo Template

MR

Murugappan Ramanathan

Template 10 months ago

This is referring to Indigo template. In Services page in the builder (see screencap below) there is a custom css "indigo-features-list". I searched all the place and i could not find the definition for the class. Where is it located and why is this not documented?

https://prnt.sc/6zPLYM754YqR

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #179103

Hi,

it was in template.css file.

.indigo-features-list div[class*="sppb-col"] div[id*="sppb-addon"]{height:100%;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb}
.indigo-features-list div[class*="sppb-col"]:nth-child(4) div[id*="sppb-addon"]{border-right:none}
.indigo-features-list div[class*="sppb-col"]:nth-child(1n+5) div[id*="sppb-addon"]{border-bottom:none}
.indigo-features-list .sppb-row>div:last-child div[id*="sppb-addon"]{border-right:none}

basic CSS effects as you can see, with 100% height for column(s), and border definition.


About 2nd question, I don't know the answer, probably was forgotten.

0
MR
Murugappan Ramanathan
Accepted Answer
10 months ago #179105

Yes i caught in the minified version.

0