Style changes using Copenhagen Theme: can't remove the block border on focus
I've made a few changes to the design/ style of the homepage but I'm not able to change the style of the block items that when I click have a blue border all around. I tried removing the border and outline of the element focus, active states but it's not working. Thank you!
-
Can you share your code from the style.css?
I played around with a default theme and was able to remove the "border: 1px solid $brand_color;" from the ".blocks-item" which removed the outline for me.
You might want to look at the
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
background-color: $brand_color;
}section as well. I'm just taking shots in the dark though. I can play around more if I could see your code.
-
Thank you! here's the page. I'm using the modification to be able to use category images.
https://support.bfscapital.com/hc/en-us
Please, let me know if you find anything! Thanks for your help :)
サインインしてコメントを残してください。
2 コメント