Tagged: enfold
Hello
Please can you help with the following.
1. buttons on site currently have rounded corners, how do I give them sharp corners?
2. team member pics also have rounded corners, how do I give them sharp corners?
3. remove the thin line that follows special headers
4. Remove the thin grey lines that separate side bars and content
5. change category font for blog and portfolio to upper case monserrat
6. Change date font on blog posts to uppercase monserrat
7. change button font to uppercase monserrat
Hey sensiblekaren!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.team-img-container,.avia-image-container-inner, .avia_image, .av-image-caption-overlay,body div .avia-button {
border-radius: 0;
}
.special-heading-border {
display: none;
}
.sidebar, .content { border: none !important; }
#js_sort_items a,body div .avia-button,.av-masonry-date {
font-family: 'Montserrat' !important;
text-transform: uppercase;
}
Cheers!
Yigit
Fantastic, great, all works, thank you for such a quick reply.