compil2rai
Forum Replies Created
-
Forum: Themes and Templates
In reply to: upload new header pngUp
Forum: Themes and Templates
In reply to: Reduce font sizeI corrected it by adding this line
.featured-text h2, .featured-text h2 a { font-size: 38px !important; /* set font size */using Custom CSS Manager plugin 😉
Thank you very much for your help.
Forum: Themes and Templates
In reply to: Reduce font sizeThe cache has been cleared, but still see 58px, when I inspect the element through Chrome.
Even though, the style.css is displaying 28px
Below the screenshots.
http://tinypic.com/r/o57z41/8
http://tinypic.com/r/2z7k781/8Forum: Themes and Templates
In reply to: Reduce font sizeI have tried that, but it doesn’t seem to work
Forum: Themes and Templates
In reply to: Reduce font sizeYes, this is the file name: Stylesheet (style.css)
New line :
.featured-text h2,
.featured-text h2 a {
font-size: 24px !important; /* set font size */
}Old line:
.featured-text h2,
.featured-text h2 a {
font-size: 24px !important; /* set font size */
}Forum: Themes and Templates
In reply to: Reduce font sizeApparently, yes.
I tried to change from 58 to 35:
.featured-text h2, .featured-text h2 a {
font-size: 58px;
}But it won’t change, don’t understand why !