Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3011279
Slogan header size in mobile
Closed

Comments

  • Nello270 started the conversation

    I'm working out the last details of my homepage design... can I make the slogan header font size smaller in mobile views? It looks good in desktop and tablet but seems too big on smartphones. 

    Thanks :)

  •  2,491
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .header-slogan .header-slogan-text {
            font-size: 12px;
        }
    }

    Change 12px with the font size you want to show on the mobile.

    Regards,
    PenciDesign.



  • Nello270 replied

    That works, thank you :)