• Resolved kstj

    (@kstj)


    Reading the forum I’ve successfully changed the years and post title colors to white in the expanded list. I can’t seem to figure out how to change the months color to white. I have a collapsed year format which expands to show month and post title.

    I think I could do it myself if I could find out where the names of the sya containers are stored so I could find the correct format for months in the list. (for instance knowing sya_yearslist changes the years, I would expect something like sya_months to change the months)

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

    (@alphawolf)

    Hi @kstj, try .sya_date as CSS selector.

    Thread Starter kstj

    (@kstj)

    That’s exactly what I needed – Works perfectly! THANK YOU!

    Just to pass this along in case some others need it – makes all white text – place in theme customizer additional CSS:

    .sya_container a, .sya_container .sya_yearslist, .sya_container .sya_yearslist a, .sya_date {
    color: #fff;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Months Color’ is closed to new replies.