• Resolved soolee

    (@soolee)


    Hi Mostafa,

    Can you provide the CSS to change the red date range selection button and the red map back to the blue color in version 5.0.10.2 like you provided on your page titled “How can I change the colors associated to color-coded pageviews (known user, known visitors, search engines, etc)?”

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hi,

    Unfortunately, I’m unable to provide the complete CSS code due to the extensive modifications made. However, you can effortlessly adjust the CSS on your end. For instance, if you’re looking to alter the appearance of primary buttons, you can use the following CSS snippet:

    .wrap.slimstat-config .button-primary, .wrap.slimstat .button-primary {
        background-color: #2271b1 !important;
    }
    
    #slimstat-date-filters {
        background-color: #2271b1;
    }

    Best

    Thread Starter soolee

    (@soolee)

    Thanks! Much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘re- css to change red to blue’ is closed to new replies.