• Resolved RichardCulley

    (@richardculley)


    Hi all, can anyone give me some short CSS to change the color of these red circled bits from the standard #2aa1c0 to #2996db

    pic for color

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, you can change it by adding the code below in wp-admin / Appearance / Customise / Additional CSS panel

    
    body .adverts-form .adverts-listing-type-cost {
        background: green;
    }
    body .adverts-cute-input input:checked ~ .adverts-cute-input-indicator {
        background: green;
    }
    body .adverts-cute-input:hover input:not([disabled]):checked ~ .adverts-cute-input-indicator, 
    body .adverts-cute-input input:checked:focus ~ .adverts-cute-input-indicator {
        background: darkgreen;
    }
    
    Thread Starter RichardCulley

    (@richardculley)

    That is awesome, thanks. Support for this plugin is brilliant.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the CSS color on these’ is closed to new replies.