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

    Hi

    I want to restyle the excerpts from how they currently look on the page:

    to this:

    http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/09/Untitled-2.png

    so lose the background, remove the padding and the arrow and centre the text.

    hope you can help, many thanks

    #1005067

    Hey smoothbob,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av-tab-section-1 .grid-content, #av-tab-section-1 .avia-arrow {
        background-color: transparent;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1005131

    Hi

    how can I center the text under the flag icons?

    thanks

    #1005132

    Hi,

    You have following custom CSS code

    .grid-entry-excerpt {
        font-size: 15px !important;
        font-style: normal !important;
        text-transform: uppercase !important;
        text-align: center:!important;
    }

    please change it to following

    .grid-entry-excerpt {
        font-size: 15px !important;
        font-style: normal !important;
        text-transform: uppercase !important;
        text-align: center!important;
    }

    Best regards,
    Yigit

    #1005147

    great thanks, how can I can the selected/active state?

    #1005149

    Hi again

    its not necessary, you can close the thread thanks!

    #1005192

    Hi,

    Thank u!

    Best regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Excerpt styling’ is closed to new replies.