Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #417334

    Hi,
    Could you help me with the attached TAB issue? I need the content area to have different color background from the active tab color.
    Thanks

    #417623

    Hi gigoz!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .active_tab_content{
    background-color:red !important;
    }

    Regards,
    Rikard

    #417644
    This reply has been marked as private.
    #418326

    Hi!

    Could you please provide a link to the site in question? We need to inspect the elements to help with your last request.

    Best regards,
    Rikard

    #418492
    This reply has been marked as private.
    #419093

    Hi!

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .responsive .top_tab .tab.fullsize-tab {
      font-size: 14px !important;
    }
    .tab.active_tab {
    color:red !important;
    }
    }

    Cheers!
    Rikard

    #419109

    Excellent. All done.
    Thanks

    #419178

    Hi!

    Great, glad we could help :)

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.