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

    refer to the picture
    you can see the activated tab named “specification”

    there is a blue shade around the activated tab,
    how can I remove this effect?

    #1087209

    Hey paulchiao,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .tab_titles div {
        outline: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1087264

    Hi Victoria,

    thanks for your support

    since I have enfold child, so I copy the custom.css and put it into themes/enfold-child/css/custom.css
    but it does not work.

    please advice?

    #1087702

    Hi,

    Please try this instead:

    .tab_titles div:focus {
        outline: none !important;
    }

    Best regards,
    Rikard

    #1087755

    Hi Rikard,

    thanks for your support
    but unfortunately, it does not work either.

    I use this one instead,
    .tabcontainer .tab_titles .tab.active_tab {
    outline: none !important;
    }

    although the shade effect disappears for the activated tab, the shade effect still emerge in the process we choose a tab until we release the mouse.

    please help us.
    thanks in advance.

    #1087851

    Hi paulchiao,

    Could you please attach some screenshots of the issue?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1130285

    @Rikard

    your code works, thanks

    
    .tab_titles div:focus {
        outline: none !important;
    }
    
    #1130341

    Hi paulchiao,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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