Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059574
    mksubherw
    Participant

    I have text that changes in my hero image (I help designers learn the…): http://softskillsfordesigners.com/

    Wanted to see if I can change the font JUST for that piece of text, rather than the entire site.

    #1059770
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    Sure, that’s possible by adding this CSS to Admin > Appearance > Customizer > Custom > CSS

    .my-font-size {
    font-size: 150% !important;
    }

    Then inspect your text type element and add my-font-size to its class input field. Font size will be implement to elements that has my-font-size class. You can name it if you like 🙂

    Cheers!

    #1060193
    mksubherw
    Participant

    Thanks! For some reason the google font isn’t loading. I have added the google code to the CSS as well: @import url(https://fonts.googleapis.com/css?family=Cabin+Sketch);

    my CSS is

    .me{
    font-family: ‘Cabin Sketch’;
    }

    For some reason, the font doesnt render in the title still. I have add “me” to the CSS class section of the element in Cornerstone.

    Here’s the page for reference: http://softskillsfordesigners.com/monish-subherwal/

    #1060253
    Rupok
    Member

    Hi there,

    Would you clarify where did you exactly use this? I can’t find it on your given URL.

    Cheers!

    #1061691
    mksubherw
    Participant

    Got it! Was putting my CSS code in the customerize not in cornerstone.

    #1061776
    Joao
    Moderator

    Great to hear it you found a solution that works for you.

    Let us know if you need help with anything else.

    Joao

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