Forums › Forums › Bug Reports › Tabbed content id
Tagged: css, custom-css
-
Hi, I’m trying to create a tabbed content with icons and forks perfectly, o assign the content to the ID of each tab. The problem is if I save the page,the ID change and.I lost the css. Is a shame because the design is really cool. Also I put a ID in each tab and don’t save. Can you please help me? Thanks.
-
Hi @Kriptonson ! To avoid dealing with changes in element IDs, you could instead use class names (both the built-in ones and custom class names that could add via “Advanced” > “Additional CSS class(es)”) and the :nth-of-type CSS selector for styling specific tabs.
Log in to reply.