Change footer hoover colors

Home Forums All Other Themes Change footer hoover colors

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #61229
    Michael SuraceMichael Surace
    Participant
    • Topics: 41
    • Replies: 47
    • Total: 88
    Member since: January 24, 2017

    Hi, i have interior design layout at my website www.annababyroom.it,
    where can i change the color of the hoover text of the footer menu (actually if you put the mouse on the menus “Home,Azienda, News, Personalizza i tuoi mobili, Prodotti, Rete Vendita” the text results ORANGE..but i dont find that set colour anywhere, i want it black or white.

    thank you,

    #61268
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .copyright-wrapper ul li a:hover, .copyright-wrapper ul li.current_page_item a { color:#000;}

    Regards,
    Brad

    #61308
    Michael SuraceMichael Surace
    Participant
    • Topics: 41
    • Replies: 47
    • Total: 88
    Member since: January 24, 2017

    Hi,
    and thanks for the answering, i have inserted your code, now the hoover is correctly black, but the text of the menus is now shown now as White, i need it remain always black, even when the cursor of the mouse is not point on it.

    My old code CSS code to make the footer menus black was:
    .copyright-wrapper ul li a { color:#000000;} :hover, .copyright-wrapper ul li.current_page_item a { color:#000000;}.copyright-wrapper a { color:#000000;}

    ..but in this case the hoover becomes orange.. 🙁 Please help

    #61314
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .copyright-wrapper ul li a { color:#000 !important;}

    Regards,
    Brad

    #61321
    Michael SuraceMichael Surace
    Participant
    • Topics: 41
    • Replies: 47
    • Total: 88
    Member since: January 24, 2017

    Great!!! thanks guys

    #61324
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.