-
AuthorPosts
-
December 14, 2022 at 10:57 pm #1376235
Hi,
I’m trying to customize the Tab section on a website using the instructions from the Enfold documentation at https://kriesi.at/documentation/enfold/tab-sections/#toggle-id-1I would like the tab section to appear similar to what is shown on https://kriesi.at/themes/enfold-2017/elements/tab-section/ A screenshot of what I’m trying to achieve can be seen at https://snipboard.io/KrHgwW.jpg
The problem I’m having is when I use the CSS from the Tabs Section documentation (shown below) it doesn’t work for me. I’m using Enfold v 5.3 with PHP 8.0. and only a security plugin is enabled at this time. A link to the page is in the private content. Thank you.
/*—————————————-
// Tabs Element Styling
//————————————–*//* Tab icon size */
span.av-tab-section-icon:before {
font-size: 76px!important;
}
/* Tabs */
#top .tabcontainer .tab {
background: #27618d;
color: #eeeeee;
border: none!important;
}
#top .tabcontainer .tab:hover {
color: #ffffff!important;
}
/* Active tab */
#top .tabcontainer .active_tab {
background: #ffffff!important;
color: #000;
border: none!important;
}
/*Active tab on hover*/
#top .tabcontainer .tab.active_tab:hover {
color: inherit!important;
}
/* tab content */
#top .tabcontainer .tab_content.active_tab_content {
background: #ffffff!important;/*border:none!important;*/
}December 16, 2022 at 5:46 pm #1376427Hi, I have realized my topic heading is vague. I really need to know if the instructions on customizing the tabs are correct. They don’t work for me. Can you please help?
December 17, 2022 at 3:41 pm #1376469Hi,
It looks like you are using the Tabs element on your site, but the documentation is for the Tab Section. They are different elements, so maybe you picked the wrong one? If you need further help, then please post admin WordPress login details in private.
Best regards,
RikardDecember 20, 2022 at 6:11 pm #1376914You are right. I picked the wrong one. Thanks for pointing that out.
December 20, 2022 at 9:24 pm #1376930Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardDecember 20, 2022 at 9:30 pm #1376932We are all set. Please close this ticket. Thanks.
December 21, 2022 at 9:07 am #1376962Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
- The topic ‘Is Enfold Documentation up-to-date?’ is closed to new replies.