custom css

Home Forums Jevelin Theme custom css

Home Forums Jevelin Theme custom css

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

    Hello

    I am add custom css code in to the style.css file (in the Child theme)

    but it not worked or worked partially.

     

    For example:

    1. I am add custom class “TESTCLASS”  in to the text block
    2. add custom css in to the style.css file
    .TESTCLASS {
        background-color: #ffc;
        font-family: 'Poiret One', cursive;
        line-height: 50%;
    }
    
    

    THIS WORKING

        background-color: #ffc;
        font-family: 'Poiret One', cursive;

    <span style=”color: #ff0000;”>THIS NOT WORKING</span>

        line-height: 50%;

     

    Hi @fetaki,

     

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

     

    Could you please share me the page URL from your site where you are using that class so that i can troubleshoot it?

     

    Also please share the screenshot of how you have added the class and using custom CSS code.

     

    Best regards,
    Shufflehound team

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