Before you ask please READ THIS

change font on hover title

in FatMoon Posts: 136

Hi Guys,
I would like to change the hover title on the bricks.
For instance this one (see screenshot) where it says:

Boxed edition
by alex warden

I Know where to change the text, but where can I change the size and font?

Thx!
Vincent

Comments

  • AirAir
    Posts: 10,970
    Hello again:-)
    vncnt said: I Know where to change the text, but where can I change the size and font?
    Font used here will be font that you defined for titles.
    Not everything is in settings, sometimes there is need for custom CSS:-) Try this:

    figure.archive-item h2{
    color: #fff;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 24px;
    }
    Use what you like from above.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion