Okay
  Public Ticket #1995486
Different Typograpy by viewpoint (without Elementor)
Closed

Comments

  • Yannick started the conversation

    Hi, In the Artists pages of the Promote Theme, the title is not an Elementor element, nor a Slider. So how to change font size for desktop / mobile / tablet ?

    Same question about CSS in general. How to customize code by viewpoint.


    Thanks :)

  •  647
    Alexandre replied

    Hello Yannick, 
    Those title are set in the banner setting. 
    No responsive option is available.

    We have to use a custom css code. Please go to wp-admin>theme options>custom css/js
    And copy this code in the custom css field:

    @media screen and (max-width: 767px) {
    .single-artist h1.page-title {
    font-size: 50px;
    line-height: 50px;
    }
    }

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Yannick replied

    It's perfect for me.Thanks.

  •  647
    Alexandre replied

    you are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew