Skip to content

Commit

Permalink
Update certificate bolds
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Mar 28, 2024
1 parent 24e947b commit e657697
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
background-color: $color-shades-white;

p {
color: $color-shades-black;
font-size: 14px;
line-height: 18px;
font-weight: 400;
// color: $color-shades-black;
// font-size: 14px;
// line-height: 18px;
// font-weight: 400;
font-family: "Open Sans";
}

Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/academyAfrica/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function child_theme_configurator_css()

// END ENQUEUE PARENT ACTION

define('ACADEMY_AFRICA_VERSION', '1.1.54');
define('ACADEMY_AFRICA_VERSION', '1.1.55');
const MINIMUM_ELEMENTOR_VERSION = '3.16.6';


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,21 +334,21 @@ protected function render()
</div>
<div class="course-details">
<div class="student">
<p class="title">
<p style="whitespace: nowrap;" class="title">
<? echo $presented_to ?>
</p>
<p class="name first-name">
First Name
</p>
<p class="name bold-text">
<p style="font-weight: 700;" class="name bold-text">
Last Name
</p>
</div>
<div class="course">
<p class="course-description title">
<? echo $certificate_description ?>
</p>
<p class="name bold-text">
<p style="font-weight: 700;" class="name bold-text">
<? echo $certificate_course ?>
</p>
</div>
Expand Down

0 comments on commit e657697

Please sign in to comment.