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

    Dea team,
    on my draft page below I use in the section “Ausgewählte Projekte” the grid portfolio. The item titles as “Treppenanlage Stadtvilla …” are too big. A custom CSS as the following does not help.

    .portfolio-preview-title {
    font-size: 12px;
    }

    How to I need to modify this?

    thx a lot & best regards Tilman

    #1368772

    Hey Tilman,

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

    h3.grid-entry-title {
      font-size: 18px;
    }

    Best regards,
    Rikard

    #1368775

    thx a lot Rikard,
    unfortunately no effect

    best regards Tilman

    #1368801

    Hi Tilman,

    Please try to add this CSS code:

    #top #wrap_all .main_color .grid-entry-title {
        font-size: 18px;
    }

    Best regards,
    Nikko

    #1368804

    thx a lot Nikko, this works :-)

    .. and how can I modify the text excerpts below (“ore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.”) towards non-italic?

    Best regards Tilman

    #1368866

    Hi,

    Try this CSS as well:

    .grid-entry-excerpt {
        font-style: none;
    }

    Best regards,
    Rikard

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