Top Menu Color and Icon Color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13253
    max
    Participant

    Hi 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

    #13256
    Support Team
    Keymaster

    Hello @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.

    #13264
    max
    Participant

    Hi sir,

    May i know how to change the top bar whole bar color to be red not only icons.

    #13282
    Support Team
    Keymaster

    Hello @max,

    To change the color of the bar, please add below given CSS.

    .top-header {
        background-color: #ff0000;
    }

    Hope this helps.

    Thank you.

    #13309
    max
    Participant

    Hi,

    Thank it’s work but may i know how to change the icon color when mouse hover?

    #13315
    Support Team
    Keymaster

    Hello @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.

    #13323
    max
    Participant

    Hi sir,

    Thank you! It’s work!

    #13325
    Support Team
    Keymaster

    Hello @max,

    Glad we could help you.

    Let us know if you have any issues further.

    Thank you.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.