zencatx

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: How to change hover color in top menu & submenus #99259
    zencatx
    Participant

    Never mind, I found the answer through a Google search. If anyone else has the same question, this worked for me: add the following to custom CSS (under Misc. settings) –

    #access > .menu > ul > li > a > span:hover {
    color: red;
    }
    #access ul ul li a:hover {
    color: red;
    }

    in reply to: search box appears in top menu after WP update #51945
    zencatx
    Participant

    Thanks!! Your themes are so reliable that I seldom have to visit this forum with questions, but I really appreciate the help, advice and answers you give. Great themes and great support!

    zencatx
    Participant

    Thanks for the info!! Right you are, I’m not currently using the top title field. Soon after I posted the question I discovered that I could achieve the effect that I wanted by using a <span style=”color:black;font-size:34px”> tag on the first line of the Top Text field. But thanks for answering, I appreciate it!

Viewing 3 posts - 1 through 3 (of 3 total)