• Resolved tomjuxta

    (@tomjuxta)


    Hi there

    First off, thank you for creating this great plugin. It’s amazingly easy to use and the results are fantastic.

    One slight issue I’m having however is that on mouseover, the ‘Trigger’ text is underlined. Ideally, I’d like this to change colour to #2b282b. The span class I’m using for the trigger text has this in my custom CSS file for links (see CSS below) but I’m not sure how to get this working for the Trigger text. Any help would be much appreciated.

    Thank you.

    span.home-icon a {
    color: #ffffff;
    }
    span.home-icon a:hover {
    color: #2b282b;
    }

    https://wordpress.org/plugins/jquery-collapse-o-matic/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Baden

    (@baden03)

    if you want to adjust the hover over css for all collapse-o-matic elements simply add the following to the custom css section of the plugin’s option page:

    .colomat-hover {
    	text-decoration: none;
    	color: #2b282b;
    }
    Thread Starter tomjuxta

    (@tomjuxta)

    Perfect, thank you Baden – much appreciated! It’s looking great now.

    Baden, would you be so kind as to tell me where to place the hover over CSS within the Edit portion?

    Not a programmer here. My attempts at placing the code has caused errors. Would be hugely appreciated.

    Plugin Author Baden

    (@baden03)

    This Issue is resolved. Please do not hijack and re-open resolved threads.

    Plugin Author Baden

    (@baden03)

    In the Dashboard under Settings > Collapse-O-Matic > Custom CSS you will need to enter the following CSS:

    .colomat-hover {
    	text-decoration: none;
    }

    What errors has this code caused?
    Do you have someone with a bit of technical experience that can assist you?

    As always, include a link to your page better helps us help you help yourself.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Underline on mouseover’ is closed to new replies.