Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1229724
    string111
    Participant

    Hey there,
    i have been desperetly trying to change the font of the Block Quote Element. I used this custom css:

    .x-blockquote {
      font-family: "Great Vibe", sans-serif;
    }

    It did not work. How can I change it?

    #1229806
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1229901
    string111
    Participant
    This reply has been marked as private.
    #1229985
    Thai
    Moderator

    Hi There,

    I would like to check your website, but it’s in the construction mode.

    Would you mind providing us with your admin account as well?

    Many thanks.

    #1231174
    string111
    Participant
    This reply has been marked as private.
    #1231227
    Christopher
    Moderator

    Hi there,

    Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    Add following code in child theme’s style.css file :

    @import url('https://fonts.googleapis.com/css?family=Great+Vibes');
    
    blockquote.x-blockquote {
        font-family: 'Great Vibes', cursive;
    }

    Hope it helps.

    #1238031
    string111
    Participant

    Hey there,
    it worked without any problems. Thank you!

    Have a great Day!

    Raphael

    #1238050
    Rupok
    Member

    Glad to hear that Raphael. 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-1229724 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>