Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #479081

    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

    #479095

    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

    #479144

    Fantastic, great, all works, thank you for such a quick reply.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold – styling questions – corners and lines’ is closed to new replies.