Before you ask please READ THIS

font size in description album

in Rife Posts: 42
How can I change font size on my description brick album?
Separately text in description and separetly links in description.

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    You can use this custom CSS:
    .gallery-frame .object-item .excerpt {
        font-size: 16px;
    }
    .gallery-frame .object-item .excerpt a{
        font-size: 16px;
    }
    With kind regards.
  • Posts: 42
    ok, but can I change size only link?
  • AirAir
    Posts: 10,970
    The second part of CSS is for link only, so adjust it to your needs.

    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!