Hello @rahmatanik,
The outline is not an issue. It’s an accessibility requirement (we’re required to use it). But you can disable it on your end with custom CSS. To remove the outline, please add the following CSS code in the Custom CSS area in the Customizer:
a:focus {
outline: 0px !important;
outline: none !important;
}
Please read this link about the CSS code on the Customizer:
https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website
For more information about Accessibility, please read this article: https://developer.mozilla.org/en-US/docs/Web/Accessibility.
Note: if you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes.
Best Regards
Great, this worked for me. I have two more queries.
1. How to remove the 17 beside the search bar? https://prnt.sc/ofY7H71qY98v
2. How to remove the carousel blog post above the footer area?
I wasn’t able to get options for these two. Please assist.
Thank you
Hello @rahmatanik,
I’m glad the previous issue is resolved.
Regarding your questions:
1. Please share a live URL from your issue.
Note: If you’ve used the custom header, please check the elements on the header template.
2. If your plugin is Ocean Post Slider plugin, for more information about the slider, please follow this link: https://docs.oceanwp.org/article/359-display-the-latest-posts-in-slider.
Best Regards