Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #910712
    zendog22
    Participant

    Hi, I have a few style issues I’d like to fix in the top customer header box “shaping stars” on my homepage.

    I need to reduce the space at the top.
    I also need to reduce the weighting of the header to just normal italic
    And I need to capitalize just the first word of the phrase rather than both words.

    Here’s the code I currently have in style:
    font-family: ‘Libre Baskerville’, serif; color: #fff; font-style: italic; text-transform: capitalize; font-size: 70px;

    Please can you help me? many thanks!

    http://kentishandco.staging.wpengine.com/

    #910990
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. You are using a gap that’s creating extra space. Also the headline have default margin top value. So let’s remove the gap and use mtn class for the custom headline.

    #2. You can add font-weight: normal; to your current styles.

    #3. Let’s use text-transform: none; instead of text-transform: capitalize;.

    Hope this helps.

    Cheers!

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