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 #1627609
overlay layout title size
Closed

Comments

  • fawnmi started the conversation

    I want to change size of font Overlay layout (1st Overlay Then Grid)

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 769px){
    .overlay-header-box .overlay-title a{ font-size: 36px; }
    }
    

    Change number 36 to value you want.


    Best Regards,

    PenciDesign

  • fawnmi replied

    Thank you~