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

    Hi, as you can see in the screenshot, the fonts of the tab titles are not showing only on mobile – https://screencast.com/t/DtoZlyb1A

    How can I fix this without effecting how it looks on desktop?

    #908297

    Hey DROR,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top .tab.fullsize-tab {
        background-color: #26cfdb;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #908436

    Great! Many thanks :)

    #908458

    Hi,

    You’re welcome! Let us know if you need further assistance :)

    Best regards,
    Nikko

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