Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #887100
    tomfutago@gmail.com
    Participant

    Is it possible to change size/font of the tags in Integrity stack using custom css?
    Similar question about blockquote – I’d like to change font size. Could you let me know how to do it in custom css?

    #887576
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    To change size/font of the tags in Integrity stack, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .entry-footer a {
        font-size: 10px;
        color: #000;
        text-transform: none;
    }

    To change the blockquote, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-blockquote {
        font-size: 20px;
        color: #000;
        font-weight: 200;
    }

    Hope this would work out for you.

    #890173
    tomfutago@gmail.com
    Participant

    Thanks Rue.

    .entry-footer worked like a charm, but no luck with .x-blockquote, which I changed as per below, but I can’t see any difference whatsoever:

    .x-blockquote {
    font-size: 15px;
    color: #000;
    font-weight: 150;
    }

    Example: http://www.tomaszpiotrowski.com/weekly-inspiration-2/

    Any ideas?

    #890792
    Jade
    Moderator

    Hi Tom,

    Please try this:

    blockquote {
        font-size: 15px;
        color: #000;
        font-weight: 150;
    }

    Hope this helps.

    #891472
    tomfutago@gmail.com
    Participant

    It worked. Thanks Jade!

    #892012
    Rupok
    Member

    You are welcome Tom!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-887100 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>