Hi, I have tried to change the font color to black using this css below but nothing happens :( Could you please help with how I can fix it :)
@media only screen and (max-width: 767px)
.responsive #top .main_color .tabcontainer .active_tab {
color: #000000!important;
}
Also on iPhone x there is showing some blue border when clicking on a tab (active tab). I would like to remove them.
Many thanks in advance
/Enfold<3
Hey Rebecca,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Thanks for that. I can’t see the element you are referring to on the page you linked to, could you link directly to the page where we can see the actual element please?
Best regards,
Rikard
Hi!
You can see the white text using computer screen (responsive layout) but if you use a phone you can also see the blue borders aswell.
Thanks! Sending the URL in private content :)
Hi Enfold<3,
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
.js_active .tab_titles .tab {
outline: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi!
Im sorry but the blue “border” are still there. Also did tryed to put the custom css but nothing happens.
Kind regards
Hi Enfold<3,
Please add this code for mobile too:
@media only screen and (max-width: 989px) {
.responsive #top .main_color .tabcontainer .active_tab {
outline: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi! Worked like a charm! Thank you!
Hi Enfold<3,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria