• Resolved balatonimelo

    (@balatonimelo)


    Hello,

    I use the plugin, and I bought the “How to apply?” addon too. Everything okay, but I cant change the colors of the job description.

    How can I change it?
    My color will be #1974A4 but now the description grey ??

    Thank you for help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter balatonimelo

    (@balatonimelo)

    Ohh, and if you can help me to change the font style , it will be very very good ??

    Hello @balatonimelo,

    Please add the below CSS at the end of style.css file of your active theme.

    section#apply .apply-instructions {
        color: #1974A4;
        font-style: italic;
    }
    

    Please replace “italic” with the font style you want. Let us know if this will fix the issue for you.

    Regards,

    • This reply was modified 4 years, 9 months ago by Ammar Younas.
    Thread Starter balatonimelo

    (@balatonimelo)

    Thank you!

    I copied this CSS to my site, but doesnt work ??

    • This reply was modified 4 years, 9 months ago by balatonimelo.
    • This reply was modified 4 years, 9 months ago by balatonimelo.

    Hi,

    Please use the below CSS.

    
    .sjb-page .list-data .job-description p{
        color: #1974A4 !important;
        font-style: italic;
    }
    
    .sjb-page .list-data .job-description p span{
        color: #1974A4 !important;
        font-style: italic;
    }
    

    Please replace “italic” with the font style you want. Let us know if this will fix the issue for you.

    Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The color of the text’ is closed to new replies.