• Resolved conorbryce

    (@conorbryce)


    Hi there! Just wondering how I can change the size/weight and remove the all-uppercase style of the job title text in the job openings? Here, the example would be ‘Desktop Support Technician’.

    Many thanks, great app!
    Conor

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Anantajit JG

    (@anantajitjg)

    Hi,

    Glad that you liked our plugin.

    You can apply custom styles to change the look and feel of the job listing/job detail page.
    For example:

    .awsm-list-item h2.awsm-job-post-title {
        font-size: 14px;
        font-weight: 400;
        text-transform: none; 
    }

    You can add these styles to Additional CSS section in the Theme customizer or in your child theme css file.

    Thread Starter conorbryce

    (@conorbryce)

    Perfect, thanks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font weight/size’ is closed to new replies.