Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1412393

    Dear Kriesi-Team,

    I am trying to edit the text and background of he portfolio grid.

    I found this on the documentation but it doesn’t work.
    /*—————————————-
    // CSS – Portfolio Grid Title and Background
    //————————————–*/

    /* Font */
    .grid-entry .grid-entry-title {
    color:#7d3f98;
    background: transparent;
    font-weight: 800;
    }
    /* Title background */
    .grid-entry .grid-content,
    /* Arrow*/
    .grid-entry .grid-content .avia-arrow {
    background: #ffc168;
    }

    I need following changes:
    _text-transform: uppercase;
    _background: #409ca6;

    Thank you
    Jasna

    #1412455

    Hey Jables,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .grid-entry h3.grid-entry-title a {
    color: #fff;
    text-transform: uppercase;
    }
    .grid-entry .grid-entry-title {;
    background: #409ca6;
    }
    .grid-entry .grid-content,
    .grid-entry .grid-content .avia-arrow {
    background: #409ca6;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1412479

    Awesome! It worked. Thank you, Mike!

    #1412497

    Hi,

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

    Best regards,
    Rikard

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