Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1248665

    Hey,
    I would like to change the font-size of the top tab_titles on devices smaller than 768px.
    I am using enfold child theme and f.e. example addid .tab_titles{font-size:18px;} to my style.css worked fine.
    I can see by analyzing the content of my website, that for @media only screen and (max-width:767px) a fullsize-tab is displayed.
    I cant seem to be able to access its tab_titles.

    Maybe you can help me? thank you.

    #1248667

    to clarify: I want to change font-size of tab title for active and inactive tabs

    • This reply was modified 3 years, 7 months ago by Jannes92.
    #1248817

    Hi Jannes92,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive .top_tab .tab.fullsize-tab {
        font-size: 18px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1249002

    Thank you very much!
    Works fine :). Have a nice day!

    #1249040

    Hi Jannes92,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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