Home Forums WoodMart support forum CSS not working

CSS not working

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #356402

    Vasek_jokl
    Participant

    Hello, i just found out some customization not working – CSS Not working. I tried to add some style with css i found at forum – tried to put it everywhere – theme settings css, tepmlate css etc. but nothing works… any ideas?
    I tried to turn off every plugin, but that didnt help at all.

    .product-image-summary .woodmart-product-countdown:before { content: “Sale Ends In:”; font-size: 16px; font-weight: 600; color: #333; display: block; margin-bottom: 10px; }

    .product-grid-item .woodmart-product-countdown span { color:green!important; background-color:yellow!important; } /product page/ .product-image-summary .woodmart-product-countdown span { color:orange!important; background-color:green!important; }

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

    Hello,

    It seems that there are SYNTAX errors in the CSS you added. Please make sure that there are no Errors in the Custom CSS you added then check back.

    Best Regards

    #356427

    Vasek_jokl
    Participant

    I tried to delete every other CSS, but still not working.

    #356435

    Hello,

    Could you please elaborate what you are trying to achieve with the CSS you are trying to add to check it myself and help you out accordingly.

    Best Regards

    #356439

    Vasek_jokl
    Participant

    Im trying to add custom text before countdown – Sales end in:
    I found code here at forum and for others works perfectly. Code is here:

    .product-image-summary .woodmart-product-countdown:before {
    content: “Sale Ends In:”;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 10px;
    }

    Also im trying to change background color of countdown, but nothing works for me. Coundown stays still white 🙁

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

    Hello,

    Please try and replace the previous CSS with the following. Then check back.

    .single-product .wd-product-countdown.wd-timer::before {
        content: "Sale Ends In:";
        display: block;
        color: red;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .single-product .wd-product-countdown span {
        background: red;
        color: white;
    }

    Best Regards

    #356926

    Vasek_jokl
    Participant

    Hello,
    finally it works. Thank you very much for your time and your help.
    I appreciate your help

    #357069

    Hello,

    We are Glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘CSS not working’ is closed to new replies.