HI
I am working with tabs and noticed the background of the titles changes color on responsive sizes. I know it’s getting the color from the theme, but how do I just changes it for the tabs?
also, I am trying to increase the size of the font in the tab titles with this:
.tab_titles {
font-size: 14px;
font-weight: bold;
}
but it doesn’t seem to do the trick.
help! thanks
Hey Munford!
You can use this:
.js_active .tab {
font-size: 14px;
}
.js_active .active_tab {
font-weight: bold;
}
Cheers!
Ismael
can I change the background color for mobile sizes with that as well?
got it, thanks!
Dear, as I can center a tab within a page
Hey!
@rodarialtda It seems like you have already started a new topic with your question. So i am closing this one. Glad Ismael could help!
Best regards,
Yigit