Bug on Tab after change the color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7337
    wyes
    Participant

    Hi Team Support,

    I found a bug after I change the color of the tab.

    #When I showed with desktop view, it works fine
     photo WhatsApp Image 2018-07-04 at 12.33.04 AM.jpeg

    #However, when I showed with mobile view, the tab color doesn’t change into red
     photo WhatsApp Image 2018-07-04 at 12.33.05 AM.jpeg

    Thank you

    #7343
    Support Team
    Keymaster

    Hello @wyes,

    To change the color of the tab in the responsive view please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .wp-travel-tab-wrapper h2.resp-accordion:first-child {
        background: #F44336;
    }
    
    .wp-travel-tab-wrapper h2.resp-accordion {
        background: #F44336;
    }

    Hope this helps.

    Regards!!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Travel Log’ is closed to new topics and replies.