New Landing How can we help? Atelier How can i change preformatted font style

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #195836
    innsi
    Member
    Post count: 40

    Hi Swift support,

    I pasted this code in theme custom css and also style.css in child theme.

    pre {font-family: Arial, Helvetica, sans-serif;
        font-size: 6pt; 
     	color: #444444; 
    	background: #FFFFFF}
    

    font-family and font colour have benn changed,but font size never change, how can i fix it?

    Thanks.

    #195980
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You might need to add !important

    If that doesn’t work please provide me with a link so I can check

    – Kyle

    #198656
    innsi
    Member
    Post count: 40
    This reply has been marked as private.
    #198658
    innsi
    Member
    Post count: 40
    This reply has been marked as private.
    #198794
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Are you referring to this? http://d.pr/i/1avUK/38ulCP25

    If so it’s not working because that text is not inside a pre tag, add this to your custom css:

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      font-size: 13px;
    }

    – Kyle

    #198860
    innsi
    Member
    Post count: 40
    This reply has been marked as private.
    #198871
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    table.standard_minimal td {
      font-size: 12px;
    }

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register