Home Forums WoodMart support forum Instagram section in product page

Instagram section in product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #226110

    Rachid
    Participant

    How to add the little green down border to the title ” Tag your products …”, just like related product heading

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

    Hello,

    Please provide a page URL so that I could give custom CSS.

    Best Regards

    #226149

    Rachid
    Participant

    please check private section

    #227316

    Hello,

    Sorry for the delay.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-product-instagram .product-instagram-intro {
        position: relative;
        padding-bottom: 10px;
        font-weight: 600;
        font-size: 34px;
        color: #2D2A2A;
        line-height: 1.4em;
        font-size: 22px;
        text-transform: uppercase;
        font-family: Signika, Arial, Helvetica, sans-serif;
    }
    .woodmart-product-instagram .product-instagram-intro:before {
        content: " ";
        position: absolute;
        top: 100%;
        left: 0;
        width: 40px;
        height: 2px;
    	  background-color: #76B82A;
    }

    Best Regards

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