• Hi!

    I wanna ask you a Q about your plugin:

    How could I change the colour of the titles and set the white one instead of black?

    What CSS code need I to enter?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi,

    For the title, you can try this CSS code:

    .wp-show-posts-entry-title a {
    color: white;
    }

    For hover color, you can try this one:

    .wp-show-posts-entry-title a:hover {
    color: red;
    }

    Just change red to your preferred color.

    Alternatively, you may want to consider getting WP Show Posts Pro version.

    With the pro version, you won’t have to do any CSS codes as these things are readily available in the user interface. 🙂

    Thread Starter julen9494

    (@julen9494)

    Thank you very much ejcabquina!

    Really appreciate it!

    Plugin Support Elvin

    (@ejcabquina)

    No problem.

    Feel free to open up a new topic if you have any other questions.:)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Font colour’ is closed to new replies.