- This topic has 7 replies, 2 voices, and was last updated 4 years, 1 month ago by
Support Team.
Viewing 8 posts - 1 through 8 (of 8 total)
- AuthorPosts
- April 8, 2019 at 7:10 am #13253
max
ParticipantHi sir,
May i know which CSS code that allow me to change the color and icon color for top menu?
URL: https://www.sunrise.com.my/tours/wp-content/uploads/2019/04/Untitled-2.jpg
April 8, 2019 at 8:19 am #13256Support Team
KeymasterHello @max,
Please add below given CSS to change the color.
.top-header ul a { color: #f83531; }
You can change the color code as per your requirement.
Thank you.
April 8, 2019 at 8:53 am #13264max
ParticipantHi sir,
May i know how to change the top bar whole bar color to be red not only icons.
April 8, 2019 at 11:17 am #13282Support Team
KeymasterHello @max,
To change the color of the bar, please add below given CSS.
.top-header { background-color: #ff0000; }
Hope this helps.
Thank you.
April 9, 2019 at 2:01 am #13309max
ParticipantHi,
Thank it’s work but may i know how to change the icon color when mouse hover?
April 9, 2019 at 6:13 am #13315Support Team
KeymasterHello @max,
To change the hover color of the icon, add below given CSS.
.top-header ul a:hover { color: #FFEB3B; }
Change the color code as per your requirement.
Thank you.
April 9, 2019 at 6:31 am #13323max
ParticipantHi sir,
Thank you! It’s work!
April 9, 2019 at 6:44 am #13325Support Team
Keymaster - AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
- The forum ‘WP Travel’ is closed to new topics and replies.