Mini FrontPage News Module

  • Posted by TemplatePlazza (5310) Offline
I see, try this code
.mfp-table-cell p a {
color:red!important;}
10 years 5 months ago #13 by TemplatePlazza
The topic has been marked as resolved.
:) Excellent - this code helped! What CSS can I add to make this linked text the same size (and line height) as the rest of the text around it? The .mfp-table-cell font size: 90% and line-height: normal

I don't have experience with css, but I tried to add this - without any success:

.mfp-table-cell p a {
color:red!important;
font-size: 90%;
line-height: normal;
}

thanks again!
10 years 5 months ago #14 by msgdesign
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5310) Offline
Hi, try this
.mfp-table-cell p a {
color:red!important;
font-size: 100%!important;
line-height: normal!important;
}
10 years 5 months ago #15 by TemplatePlazza
The topic has been marked as resolved.
Excellent ! thanks!
10 years 5 months ago #16 by msgdesign
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5310) Offline
Np. Glad it helps ;)
10 years 5 months ago #17 by TemplatePlazza
The topic has been marked as resolved.
Powered by Kunena Forum