template for mini front page

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.

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
.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;}
10 years 3 weeks ago #9 by TemplatePlazza

Please Log in or Create an account to join the conversation.

thanks!
I made it:
div>div.mfp-table-cell:nth-child(1)
and that workS!
10 years 3 weeks ago #10 by libbyy

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5318) Offline
Nice. Glad it works ;)
10 years 3 weeks ago #11 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum