简体   繁体   English

如何更改菜单栏中单击按钮的颜色?

[英]How do I change the color of the clicked button in my menu bar?

在此处输入图片说明

I need some help changing the color of the clicked menu button!我需要一些帮助来更改单击的菜单按钮的颜色! Ive looked everywhere for an answser on wordpress, and now I am looking to the internet!我到处寻找有关 wordpress 的答案,现在我正在寻找互联网! As you can see from the picture, the colors are black and orange, and the blue does not go with that.从图片中可以看出,颜色是黑色和橙色,而蓝色与此不符。 Please Help.请帮忙。

You can use the CSS element state (Active, and Visited) to specify the color needed.您可以使用 CSS 元素状态(Active 和 Visited)来指定所需的颜色。

a:visited, a:active {
color: red;
}

You can change the 'a' with the element class.您可以使用元素类更改“a”。 You can send me your website URL and I will prepare the right code for you.您可以将您的网站 URL 发送给我,我会为您准备正确的代码。

Thanks, let me know if I can help.谢谢,如果我能帮上忙,请告诉我。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 单击菜单按钮后,如何在 wordpress 中将移动导航栏菜单背景颜色从透明更改为靛蓝? - How to change in wordpress the mobile navbar menu background color from transparent to indigo as soon as the menu button is clicked? 如何更改移动视图菜单中最后一个按钮的文本颜色? - how can i change the text-color of the last button in my mobile view menu? 如何更改Eventbrite嵌入按钮的颜色和悬停颜色? - How do I change the color of eventbrite embed button and hover color? 如何使用 css 在 wordpress header 上的菜单项中更改按钮上某些文本的颜色? - How do I change the color of some text on a button I made from a menu item on a wordpress header using css? 如何更改我网站中菜单突出显示的颜色 - How to change color of menu highlight in my site 我的菜单栏“菜单”消失了,我应该怎么显示它? - My menu bar “menu” is disappearing what I should do to display it? 子菜单中的超级菜单按钮颜色不会改变 - Mega menu button color is not change in sub menu 如何在我的菜单栏上“登录”更改为“注销”(仅限使用代码)? - How can I make “log in” change to “log out” on my menu bar (USING CODE ONLY)? 更改高级主题中的菜单栏颜色-Wordpress - Change the color of menu bar in a premium theme - Wordpress 如何将登录用户的个人资料图片添加到我的 wordpress 站点上的 wordpress 顶部栏/菜单栏? - How do I add a logged-in users profile pic to the wordpress top-bar/menu-bar on my wordpress site?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM