我想在导航栏部分显示徽标。徽标出现了,但我无法用css控制它。
<?php wp_head(); ?>
<nav class="navbar navbar-expand-md navbar-light sticky-top" style="background-color:rgb(3, 0, 180);" role="navigation">
<div class="container" >
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand" href="#" >
<img src="<?php the_custom_logo(); ?>" height="42" width="42">
</a>
我在屏幕上输入了注释: