Okay
  Public Ticket #820817
Website Design
Closed

Comments

  • Paul started the conversation

    Hey so there are a couple things I need help with and it's pertaining to the home page...http://garyred.com

    If you open the attached file there's a two part question.


    First is how do I decrease the spacing from the logo / menu area from the "GARY RED BRAND". And then...how do I make GARY RED BRAND have only the caps for the first letters and everything else lower case? Thank you so much! 


  •  1,559
    Laborator replied

    Hi Paul,

    Add the following CSS to your Custom CSS and it should fix both of the issues:

    .blog .section-title h2, .home .section-title h2 {
        margin-top: 0px !important;
        text-transform: capitalize !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group