Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1307075
    Friech
    Moderator

    Hi There,

    So the headline “Service Through Dharna” is actually a part of the logo image.

    The real issue here is, it seems the site is not loading the ‘Special Lite’ font at all. Lets make sure the font is loaded. Add the line below on your child theme’s style.css file.

    @import url('https://fonts.googleapis.com/css?family=Special+Elite');

    Then add this on your Custom CSS on Customizer.

    .home-blockquote {
    	font-family: 'Special Elite', cursive !important;
    }

    When done, your quote should look like this.


    screenshot

    Cheers!

    #1307459
    goughs
    Participant

    Sorry Paul, I don’t understand.
    The link you sent shows a video of a webpage that is not mine. Didn’t you want to see this?

    It is on my homepage at http://www.bkintentionalcommunity.org/, underneath the titile.
    Thanks
    Phillip

    #1307466
    goughs
    Participant

    Hmmm. Something getting a bit mixed up here. Sorry about previous post. I’ll try what you have written above and get back to you.
    Thanks
    Phillip

    #1307497
    goughs
    Participant

    When I add that line to style.css do I put it before or after the asterisk/slash?

    /*

    Theme Name: X – Child Theme
    Theme URI: http://theme.co/x/
    Author: Themeco
    Author URI: http://theme.co/
    Description: Make all of your modifications to X in this child theme.
    Version: 1.0.0
    Template: x

    */

    @import url(‘https://fonts.googleapis.com/css?family=Special+Elite’);

    #1307507
    Joao
    Moderator

    Hi There

    You will put after.

    On CSS anything between /* and */ are just comments.

    Let us know if you need further help,

    Joao

    #1307786
    goughs
    Participant

    Thanks Joao.
    I tried what was suggested and this is the result.

    http://www.bkintentionalcommunity.org/wp-content/uploads/2016/12/Screen-Shot-2016-12-29-at-10.48.52-am-2.png

    Thanks
    Phillip

    #1307787
    goughs
    Participant

    Sorry, this

    #1307788
    goughs
    Participant

    Hi Joao
    I want all the block-quotes to have this particular font so have added the line to the .x-blockquote
    Thanks
    Phillip

    #1308058
    Friech
    Moderator

    Hi There,

    I did not see the @import declaration on your child theme’s style.css file.

    Your child theme style.css file should look like this.

    screenshot

    The class .home-blockquote can be declared on Custom CSS on Customizer or on the Child theme’s style.css file. Either way should work.

    Just copy and paste this on your child theme’s style.css file.

    @import url('https://fonts.googleapis.com/css?family=Special+Elite');
    
    .home-blockquote {
    	font-family: 'Special Elite', cursive !important;
    }

    I did test this and it works.


    screenshot

    If this does not work still, please provide us FTP credentials so we can take a closer look.

    Cheers!

    #1308170
    goughs
    Participant

    Terrific. Thanks very much
    Phillip

    #1308179
    Friech
    Moderator

    It’s gratifying that we could help you with this.

    Happy New Year, Cheers!

    #1407023
    lovetm
    Participant

    Hello,

    I have used the code provided in the ‘Style’ section for my Blockquote. Still not working.

    #1407025
    lovetm
    Participant

    I do not have a child theme set up. I am working through Cornerstone.

    #1407565
    Friech
    Moderator

    Hi There,

    Thank you for writing in! Please clarify what code you added on Style field of Blockquote elements.

    You need to have a child theme so you can put the @import statement on the child theme’s style.css file.

    You did not read this entire thread, don’t you?

    If this thread did not address your issue, please create a separate thread and clarify what font you want to use and where you what to apply it. And provide us the site URL.

    Cheers!

    #1410237
    lovetm
    Participant

    This is the code in the Style field .css-selector { font-family: 'Special Elite', serif !important;}

    I don’t want to work with the child theme. I started the thread… Did you read the entire thread? Info was already provided.

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