Large icon box 8 - underline and space above

Home Forums Jevelin Theme Large icon box 8 – underline and space above

Home Forums Jevelin Theme Large icon box 8 – underline and space above

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Lonartorg
    Participant

    Hello,

     

    Can you please let me know how can I remove the underline for the Large icon box 8 and also the space above as highlighted on the screenshot?

     

    URL: https://www.wearemaker.co/how-to-get-hold-of-us/

     

    Thanks so much for your help as always,

    Rocio

    Attachments:
    You must be logged in to view attached files.

    Hi Rocio,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-iconbox-style10 .sh-iconbox-top {
        border-bottom: 0 !important;
    }
    
    .sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-bottom {
        display: none;
    }
    
    .sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-top {
        padding-bottom: 0 !important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)