Hello,
i tried to change the title size for the timeline on mobile version but don`t see a change.
You have any idea why?
Many regards rixi
Hey rixi,
Thank you for the inquiry.
The changes are being overridden by the H4 style configuration in the Advanced Styling panel. You may need to remove that configuration or add the following code to the Quick CSS field.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#top #wrap_all .avia-timeline-container.av-meoc0fve-0ab7d904c4d6448157070948d8d30f71 .av-milestone-title {
font-size: 20px;
}
}
Best regards,
Ismael
Good morning Ismael,
thanks a lot for your help! I will change that!
Many regards rixi