template for mini front page
- Posted by libbyy (22) Offline
I had thought of nth child css but the title is displayed as a div not a list.
10 years 3 weeks ago #7
by libbyy
Please Log in or Create an account to join the conversation.
- Posted by libbyy (22) Offline
I tried span.mfp-introtitle:nth-child(1) but that changes the colour of all titles
10 years 3 weeks ago #8
by libbyy
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5318) Offline
Hi can you try this one
10 years 3 weeks ago #9
by TemplatePlazza
.minifrontpage-default div>div.mfp-table-row:nth-child(1) .mfp-introtitle a {
color:blue!important;}
.minifrontpage-default div>div.mfp-table-row:nth-child(2) .mfp-introtitle a {
color:red!important;}
.minifrontpage-default div>div.mfp-table-row:nth-child(3) .mfp-introtitle a {
color:brown!important;}
.minifrontpage-default div>div.mfp-table-row:nth-child(4) .mfp-introtitle a {
color:gray!important;}
Please Log in or Create an account to join the conversation.
- Posted by libbyy (22) Offline
thanks!
I made it:
div>div.mfp-table-cell:nth-child(1)
and that workS!
10 years 3 weeks ago #10
by libbyy
I made it:
div>div.mfp-table-cell:nth-child(1)
and that workS!
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5318) Offline