Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1464617

    Hi,
    i would like to have some Infotext by the preview of the portfolio pictures but it shows it in light grey and very smal font (first picture.
    How can i make the font bigger and give it a darker color?

    Many greetings rixi

    #1464625

    Hey rixi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .grid-entry .grid-entry-excerpt {
      color: #000;
      font-size: 16px;
    }

    Best regards,
    Rikard

    #1464673

    Hi Rikard,
    that looks much better!
    But is it possible that the font is normal not cursiv and on the left side not centered?
    `Than it would be perfect :)

    Thank you!

    Many greetings rixi

    #1464680

    Hi,

    Please try this CSS instead:

    .grid-entry .grid-entry-excerpt {
      color: #000;
      font-size: 16px;
      text-align: left;
      font-style: normal;
    }

    Best regards,
    Rikard

    #1464685

    PERFECT :))))
    thank you!

    Many regards rixi

    #1464699

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.