Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1273171

    I have 4 PORTFOLIO items on my homepage (See link below).

    The default text for these items is too small – any way to edit size / weight / colour etc?

    Also – any way to edit background colour of the cells that contain the text?

    Thanks,
    Stephen McAteer.

    #1273559

    Hey Stephen,

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

    .home #av-sc-portfolio-1 h3.grid-entry-title {
      font-size: 16px;
      background: red;
    }
    
    .home #av-sc-portfolio-1 .grid-content {
      background: red;
    }

    Best regards,
    Rikard

    #1273759

    It didn’t work Rikard — no change after inserting this code.
    Regards,
    Stephen.

    #1273927

    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

    #1274118

    Thanks Jordan. That worked.

    Is there any way to have the Portfolio text / links change colour on mouseover?

    I tried this CSS code but it doesn’t work:

    .home #av-sc-portfolio-1 h3.grid-entry-title:hover {
    color: #5f69c0;
    }

    Cheers,
    Stephen.

    #1274123

    Jordan — it’s working now. Must have been a cached page I was seeing.

    Thanks

    Stephen

    #1274197

    Hi envato99,

    Glad it’s working for you now! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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