Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1489304

    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

    #1489339

    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

    #1489341

    Good morning Ismael,
    thanks a lot for your help! I will change that!

    Many regards rixi

    #1489349

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.