header menu text color

Discussion in 'Traffica WordPress Theme' started by hoffmanmillerads, Oct 12, 2018.

  1. hoffmanmillerads

    hoffmanmillerads New Member

    Joined:
    Oct 9, 2018
    Messages:
    30
    Likes Received:
    0
    how would I change the text color of the menu items in the header? is it also possible to change the background color when I hover over the buttons?

    thanks!
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Joseph,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the custom CSS section of the theme.
    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    Code:
    #menu .ddsmoothmenu li a {
        color: #000000;       
        }
       
        #menu .ddsmoothmenu li :hover {
        background: #faebd7;
    }

    Regards,
    Akbar
    InkThemes.com
     
  3. hoffmanmillerads

    hoffmanmillerads New Member

    Joined:
    Oct 9, 2018
    Messages:
    30
    Likes Received:
    0
    great, thank you.
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    You are most welcome!
    If you need further help then kindly let us know we will be ready to help you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page