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

    Hey carmycurly,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .grid-sort-container .grid-content {
        position: absolute;
        top: 10%;
        left: 10%;
        background: transparent !important;
        border: 1px solid #fff !important;
        display: flex;
        align-items: center;
        height: 80%;
        width: 80%;
    }
    
    #top .grid-sort-container .grid-content .avia-arrow {
        display: none;
    }
    
    #top .grid-sort-container .grid-content h3.grid-entry-title {
        background: transparent;
        color: #fff !important;
        text-align: center;
    }

    Hope this helps :)

    Best regards,
    Nikko

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