• ronin3

    (@ronin3)


    Hi Folks.
    I’m trying to find a way to alter the little yellow box that gets placed around the number of items in a specific product category.

    If i use firebug to find the relavent code it shows me something called “mark.count”
    The line of code is …..
    <mark class="count">(1)</mark>

    my problem is I can’t seem to find the css that placed the hideous yellow background around the (1).

    Any help much appreciated.
    Cheers

    https://wordpress.org/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Yellow is default in most browsers. Just style it:

    mark {
    background: transparent;
    }

    thank you very much mate!!!!

    Hi guys / ladies,

    I´d like to know, where I can find this code via ftp. What data? It´s NOT in the style.css of my theme (Esplanade). And not in 20+ others I´ve searched…

    I know how to solve the problem by writing the code in “custom css” in the backend, but out of coriosity I´d like to know where it really has its place.

    Thanx

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘css for product "mark.count"’ is closed to new replies.