Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1133036

    Hi there,

    I tried to find the correct CSS snippets to change the style of the title and text excerpt in the portfolio grid entry. can you help me? You can find the portfolio here:

    Thanks for your help!
    Simon

    #1133256

    Hey Simon,

    You can target those elements using CSS like this:

    .grid-entry-title a {
      your CSS goes here
    }
    
    .grid-entry-excerpt {
      your CSS goes here
    }

    Best regards,
    Rikard

    #1133264

    Hi Rikard,

    I tried this before but unfortunately nothing changes. What could be the mistake?

    Thank you very much and best regards,
    Simon

    #1133457

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1134885

    Hi Jordan,

    yes I put it to the very top and cleard the cache a few times. It didnt’ work.

    Is there something else I can do?

    Best,
    Simon

    #1135346

    Hi Simon,

    Could you post the exact code you are using please?

    Best regards,
    Rikard

    #1135838

    Hi Rikard,
    sure:

    .grid-entry-title a {
        font-size: 12px;
        font-style: normal;
        margin-bottom: -2px;
    }
    
    .grid-entry-excerpt {
        font-size: 12px;
        font-style: normal;
        margin-bottom: -2px;
    }

    Thanks for your effort!
    Simon

    #1135955

    Hi Simon,

    Thanks for that, that exact CSS is applying when I checked your site. If you can’t see the results on your site then please try clearing your browser cache or checking in an incognito window.

    Best regards,
    Rikard

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