Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52726
    harriet
    Member

    I’m quite new to this but want to buy Pro if I can get it to work out.
    If you look at the first page on my site and scroll down to the text “Ullebo Magic – ett fullserviceföretag” you’ll se that on hover it become red. How do I change that? I dont want it to be a link just plain text.
    Thanks in advance

    http://www.ullebomagic.se/

    #52749
    Sakin
    Keymaster

    @harriet: Add the following css in “Appearance => Theme Options => Custom CSS” bnox:
    .home #content .entry-title a:hover,
    .home #content .entry-title a:focus,
    .home #content .entry-title a:active {
    color: #eee;
    }

    #52857
    harriet
    Member

    Thank you. Can I ask you one more question? I want to change the main menu background color on hover, how do I do that?
    Thanks in advance

    #52882
    Sakin
    Keymaster

    @harriet: Yes, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    	background-color: #e5e5e5;
    	color: #373737;
    }

    Also if you like Catch Flames themes then please don’t forget to support it by providing your valuable review at rating at https://wordpress.org/support/view/theme-reviews/catch-flames. Thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change on hover’ is closed to new replies.