Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1343057

    Hello,

    I’m interested in changing the title area for the Portfolio grid.
    – I would like the excerpts centered if possible
    – I would like the excerpt text larger and white color
    – I would like the background color of the current white rectangle to match the background of the page #262626
    – I would like to remove the up arrow

    Thank you and Please Advise,

    #1343077

    Hey terishka1,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    .grid-content, 
    .grid-content .grid-entry-title {
        background-color: #262626 !important;
    }
    
    .grid-content .avia-arrow {
        display: none;
    }
    
    .grid-content .grid-entry-title {
        text-align: center;
        font-size: 22px;
        color: white;
    }

    Best regards,
    Nikko

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