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
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
Hi
how can I center the text under the flag icons?
thanks
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
great thanks, how can I can the selected/active state?
Hi again
its not necessary, you can close the thread thanks!
Hi,
Thank u!
Best regards,
Basilis