Okay
  Public Ticket #2624536
WP Job Dashboard - Text Adjustment
Closed

Comments

  • edmerce started the conversation

    Hi ThemeNectar,

    Is there a way to adjust the font size under the career screen? https://www.jsc-corp.com/career/ 

    Best regards,

    Edmerce

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .job_filters .job_types li {
        list-style: none !important;
    }
    ul.job_listings li.no_job_listings_found.no_job_listings_found {
        font-size: 14px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • edmerce replied

    Hey Tahir,

    Okay, other than that, how to remove the empty photo column that appears at the job listing?

    Regards,

    Edmerce 

  •  8,849
    Tahir replied

    Can you provide a screenshot of which element you are referring to and how can i recreate it.

    Thanks


    ThemeNectar Support Team 

  • edmerce replied

    Hi Tahir,

    Please refer to the attached screenshot, is there a way to remove or hide the empty photo column?

    Regards,

    Edmerce

  •  8,849
    Tahir replied

    Hey Again, Hope you had a Positive Weekend, 

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    ul.job_listings li.job_listing a img.company_logo {
        display: none !important;
    }
    ul.job_listings li.job_listing a div.position {
        padding-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team