• Resolved mavtect

    (@mavtect)


    Hi @tuxlog,

    Awesome plugin…

    I’m wanting to change the text colour of location and current weather (from black to white)… can you confirm where in the wp-forecast-default.css file I do this?

    I’ve tried adding colour to this section of the file, but I’m obvioulsy not doing it properly as no change applied on live sit:

    /* style for current weather data */
    div.wp-forecast-curr {
    font-size: 11px;
    color: #fff;
    padding: 3px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;

    Thanks in advanc.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mavtect

    (@mavtect)

    … never mind… I must have been adding in the wrong file, I did it in wp-forecast-default-nowp.css and it worked…. do i need to change the file name to avoid changes being overridden in plugin updates?

    CHeers,

    Plugin Author tuxlog

    (@tuxlog)

    Hi mavtect,

    thanks, nice to hear you like it.

    To avoid changes from being overwritten you have to copy wp-forecast-default.css to wp-forecast.css and change wp-forecast.css. Same procedure for the -nowp file.

    the -nowp file is for use with non widget use. The wp-forecast-default.css file is uses by the widget, which most of the users use.

    Cheers

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