Comments Yannick started the conversationMay 1, 2019 at 8:52pmHi, 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 :) 666Alexandre repliedMay 2, 2019 at 2:00pmHello 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/jsAnd 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 Crew1 LikeYannick repliedMay 2, 2019 at 5:32pmIt's perfect for me.Thanks. 666Alexandre repliedMay 2, 2019 at 6:07pmyou are welcomeThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
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 :)
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
It's perfect for me.Thanks.
you are welcome
Thanks,
Alexandre from the Sonaar.io Crew