Hello!
I would like to have more control over how I style the tabs, in my case, the links within the tabs. So, I would like to wrap a tag around it, with unique classes, perhaps numerical like <span class="one">.
I found a thread for this already: http://drupal.org/node/625972. The code they provided (I used the code from comment #8) doesn't seem to work for D7, and I'm still learning about theme overrides. Would someone be willing to convert the code below to work on D7, or provide me with guidance on how to do it myself? It doesn't appear to supply classes either, so any help with that would be appreciated!
Thanks!
Comments
Comment #1
holydrupal commentedif you just want to remove the quicktab title just type a space "press spacebar"
Comment #2
jesss commentedI'm trying to do this as well, though I need the span tags to be inside the link.
I tried adding hook_quicktabs_alter() to my own custom module and editing
$quicktabs->tabs['tab'][{delta}]['title']but while my changes show up using dpm() they aren't passed to the rendered quicktabs instance.Thoughts?
Comment #3
smustgrave commentedWith D7 EOL approaching in a month I'm starting to triage the D7 side of quicktabs queue. This doesn't appear to have any code so believe this may not make it, sorry! Thanks though!
If still an issue or needed for 4.0.x (latest branch) feel free to reopen