Have tried all solutions to change this font size and none have worked!!
latest attempt below
.iconbox .iconbox_content .iconbox_content_title h3{
border: medium none;
padding: 2px 0 0 0;
position: relative;
margin: 0 0 16px 0;
clear: none;
overflow: hidden;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 10px;
}
Hey madmanbean,
Add this to quick css:
article.iconbox h3 a{
font-size:10px!important;
}
This should work, just add whatever or styles you need to it.
Best regards,
Jordan Shannon
Nope!!! still the same.. think I tried that
Hi,
Did you add this to the very top of quick css so that it runs first? Also be sure to clear your cache a few times over.
Best regards,
Jordan Shannon
Ok.Thanks very much for that. moving to top sorted it! I had also missed the a !! So if !important has been added surely that would suffice re it’s position on the spreadsheet?
Next problem re these boxes is I am unable to change the text font colour below the heading !
Hi,
Great, I’m glad that helped. What do you mean in the first statement? “position on the spreadsheet?”
Best regards,
Jordan Shannon
meant moved it to the top of of the quick css and it worked.. Did you see my comment re the text colour below the headings?
Hi,
Add the following to quick css:
article .iconbox_content_container p{
color:red!important;
}
Add whatever styles you need, and again put it at the top and refresh the page.
Best regards,
Jordan Shannon
Fantastic.. thanks very much.. so last question.. why did this not work until I placed it to the top of my quick css when the attribute !important was used?
Hi,
This means you have some broken/mal-formed css written below it. You will want to take a minute and find out exactly where.
Best regards,
Jordan Shannon