Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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;
    }

    #958803

    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

    #958809

    Nope!!! still the same.. think I tried that

    #958810

    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

    #958821

    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 !

    #958822

    Hi,

    Great, I’m glad that helped. What do you mean in the first statement? “position on the spreadsheet?”

    Best regards,
    Jordan Shannon

    #958825

    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?

    #958826

    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

    #958828

    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?

    #958835

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.