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.
to clarify: I want to change font-size of tab title for active and inactive tabs
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
Thank you very much!
Works fine :). Have a nice day!
Hi Jannes92,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria