-
AuthorPosts
-
May 18, 2018 at 7:49 pm #958794
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;
}May 18, 2018 at 8:04 pm #958803Hey 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 ShannonMay 18, 2018 at 8:21 pm #958809Nope!!! still the same.. think I tried that
May 18, 2018 at 8:25 pm #958810Hi,
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 ShannonMay 18, 2018 at 8:59 pm #958821Ok.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 !
May 18, 2018 at 9:01 pm #958822Hi,
Great, I’m glad that helped. What do you mean in the first statement? “position on the spreadsheet?”
Best regards,
Jordan ShannonMay 18, 2018 at 9:06 pm #958825meant 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?
May 18, 2018 at 9:13 pm #958826Hi,
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 ShannonMay 18, 2018 at 9:17 pm #958828Fantastic.. 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?
May 18, 2018 at 9:38 pm #958835Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
