Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #210889

    tbingel
    Participant

    I have learned how to nest the shortcodes properly, thanks to you. I hope.
    How can I alter the text attributes of the active and inactive tab_nav items’ titles?
    Thank you very much.

    #211266

    Zeshan
    Member

    Hi there,

    Glad to hear that! 🙂

    In regards to your last question, unfortunately, I’m not entirely certain what it is you would like to accomplish. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks!

    #211383

    tbingel
    Participant
    This reply has been marked as private.
    #211710

    Christopher
    Moderator

    Hi there,

    Please add the following CSS under Customize -> Custom -> CSS :

    a.x-accordion-toggle {
    font-size: 12px !important;
    }
    .x-nav-tabs>li>a {
    color: #fff;
    }
    .x-nav-tabs>li>a:hover{
    color:red;
    }
    

    Hope it helps.

    #211752

    tbingel
    Participant

    Perfect!
    Thank you!

    #211995

    Christian
    Moderator

    You’re welcome. Glad we could help.