fonts
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
9 changed files
with
73 additions
and
22 deletions
| ... | @@ -14353,6 +14353,10 @@ p { | ... | @@ -14353,6 +14353,10 @@ p { |
| 14353 | font-family: "trade-gothic-next"; | 14353 | font-family: "trade-gothic-next"; |
| 14354 | } | 14354 | } |
| 14355 | 14355 | ||
| 14356 | h1 + p, .h1 + p { | ||
| 14357 | font-size: 20px; | ||
| 14358 | } | ||
| 14359 | |||
| 14356 | #full-width-page-wrapper { | 14360 | #full-width-page-wrapper { |
| 14357 | padding-top: 70px; | 14361 | padding-top: 70px; |
| 14358 | } | 14362 | } |
| ... | @@ -14447,6 +14451,11 @@ p { | ... | @@ -14447,6 +14451,11 @@ p { |
| 14447 | #main-nav .container .navbar-collapse a { | 14451 | #main-nav .container .navbar-collapse a { |
| 14448 | text-decoration: none; | 14452 | text-decoration: none; |
| 14449 | color: #000000; | 14453 | color: #000000; |
| 14454 | font-family: "trade-gothic-next"; | ||
| 14455 | } | ||
| 14456 | #main-nav .container .navbar-collapse a:hover { | ||
| 14457 | font-weight: 700 !important; | ||
| 14458 | font-family: "trade-gothic-next"; | ||
| 14450 | } | 14459 | } |
| 14451 | 14460 | ||
| 14452 | .um:not(.um-um_account_id) { | 14461 | .um:not(.um-um_account_id) { |
| ... | @@ -14460,7 +14469,7 @@ p { | ... | @@ -14460,7 +14469,7 @@ p { |
| 14460 | margin-bottom: 40px; | 14469 | margin-bottom: 40px; |
| 14461 | } | 14470 | } |
| 14462 | .um:not(.um-um_account_id) .um-form .um-misc-with-img { | 14471 | .um:not(.um-um_account_id) .um-form .um-misc-with-img { |
| 14463 | width: 30%; | 14472 | width: 28%; |
| 14464 | display: inline-block; | 14473 | display: inline-block; |
| 14465 | border-bottom: 0px solid #eee; | 14474 | border-bottom: 0px solid #eee; |
| 14466 | margin-bottom: 0px; | 14475 | margin-bottom: 0px; |
| ... | @@ -14470,15 +14479,22 @@ p { | ... | @@ -14470,15 +14479,22 @@ p { |
| 14470 | display: none; | 14479 | display: none; |
| 14471 | } | 14480 | } |
| 14472 | .um:not(.um-um_account_id) .um-form .um-misc-ul { | 14481 | .um:not(.um-um_account_id) .um-form .um-misc-ul { |
| 14473 | width: 50%; | 14482 | width: 60%; |
| 14474 | display: inline-block; | 14483 | display: inline-block; |
| 14475 | list-style: none; | 14484 | list-style: none; |
| 14476 | padding-left: 14px; | 14485 | padding-left: 14px; |
| 14477 | vertical-align: top; | 14486 | vertical-align: top; |
| 14478 | } | 14487 | } |
| 14479 | .um:not(.um-um_account_id) .um-form .um-misc-ul a { | 14488 | .um:not(.um-um_account_id) .um-form .um-misc-ul a { |
| 14489 | font-size: 16px; | ||
| 14480 | text-decoration: none; | 14490 | text-decoration: none; |
| 14481 | color: #000000; | 14491 | color: #000000; |
| 14492 | font-family: "trade-gothic-next"; | ||
| 14493 | font-weight: 400; | ||
| 14494 | } | ||
| 14495 | .um:not(.um-um_account_id) .um-form .um-misc-ul a:hover { | ||
| 14496 | font-weight: 700 !important; | ||
| 14497 | font-family: "trade-gothic-next"; | ||
| 14482 | } | 14498 | } |
| 14483 | 14499 | ||
| 14484 | .current-menu-item a { | 14500 | .current-menu-item a { |
| ... | @@ -14486,6 +14502,11 @@ p { | ... | @@ -14486,6 +14502,11 @@ p { |
| 14486 | color: #183668 !important; | 14502 | color: #183668 !important; |
| 14487 | font-weight: bold; | 14503 | font-weight: bold; |
| 14488 | } | 14504 | } |
| 14505 | .current-menu-item ul li a { | ||
| 14506 | text-decoration: none !important; | ||
| 14507 | color: #000 !important; | ||
| 14508 | font-weight: 400; | ||
| 14509 | } | ||
| 14489 | 14510 | ||
| 14490 | .wsmenu-submenu { | 14511 | .wsmenu-submenu { |
| 14491 | display: none; | 14512 | display: none; |
| ... | @@ -14561,9 +14582,6 @@ p { | ... | @@ -14561,9 +14582,6 @@ p { |
| 14561 | margin-bottom: 25px; | 14582 | margin-bottom: 25px; |
| 14562 | font-family: "trade-gothic-next"; | 14583 | font-family: "trade-gothic-next"; |
| 14563 | } | 14584 | } |
| 14564 | .hero-content h1 + p, .hero-content .h1 + p { | ||
| 14565 | font-size: 20px; | ||
| 14566 | } | ||
| 14567 | 14585 | ||
| 14568 | #wrapper-footer { | 14586 | #wrapper-footer { |
| 14569 | background-color: #183668; | 14587 | background-color: #183668; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -108,3 +108,28 @@ if (! is_page('login') && !is_user_logged_in()) { | ... | @@ -108,3 +108,28 @@ if (! is_page('login') && !is_user_logged_in()) { |
| 108 | exit; | 108 | exit; |
| 109 | } | 109 | } |
| 110 | } | 110 | } |
| 111 | |||
| 112 | |||
| 113 | remove_action( 'um_logout_user_links', 'um_logout_user_links', 100 ); | ||
| 114 | add_action( 'um_logout_user_links', 'um_logout_user_links_new', 100 ); | ||
| 115 | /** | ||
| 116 | * Adds main links to a logout widget | ||
| 117 | * | ||
| 118 | * @param $args | ||
| 119 | */ | ||
| 120 | function um_logout_user_links_new( $args ) { | ||
| 121 | ?> | ||
| 122 | |||
| 123 | <li> | ||
| 124 | <a href="<?php echo esc_url( um_get_core_page( 'account' ) ); ?>"> | ||
| 125 | <?php _e( 'My Profile', 'ultimate-member' ); ?> | ||
| 126 | </a> | ||
| 127 | </li> | ||
| 128 | <li> | ||
| 129 | <a href="<?php echo esc_url( add_query_arg( 'redirect_to', UM()->permalinks()->get_current_url( true ), um_get_core_page( 'logout' ) ) ); ?>"> | ||
| 130 | <?php _e( 'Logout', 'ultimate-member' ); ?> | ||
| 131 | </a> | ||
| 132 | </li> | ||
| 133 | |||
| 134 | <?php | ||
| 135 | } | ... | ... |
| ... | @@ -59,6 +59,7 @@ p{ | ... | @@ -59,6 +59,7 @@ p{ |
| 59 | line-height: 24px; | 59 | line-height: 24px; |
| 60 | font-family:"trade-gothic-next"; | 60 | font-family:"trade-gothic-next"; |
| 61 | } | 61 | } |
| 62 | h1 + p { font-size: 20px; } | ||
| 62 | 63 | ||
| 63 | #full-width-page-wrapper{ | 64 | #full-width-page-wrapper{ |
| 64 | padding-top:70px; | 65 | padding-top:70px; | ... | ... |
| ... | @@ -88,6 +88,11 @@ | ... | @@ -88,6 +88,11 @@ |
| 88 | a{ | 88 | a{ |
| 89 | text-decoration: none; | 89 | text-decoration: none; |
| 90 | color: #000000; | 90 | color: #000000; |
| 91 | font-family:"trade-gothic-next"; | ||
| 92 | } | ||
| 93 | a:hover{ | ||
| 94 | font-weight: 700 !important; | ||
| 95 | font-family:"trade-gothic-next"; | ||
| 91 | } | 96 | } |
| 92 | } | 97 | } |
| 93 | } | 98 | } |
| ... | @@ -101,7 +106,7 @@ | ... | @@ -101,7 +106,7 @@ |
| 101 | .um-form { | 106 | .um-form { |
| 102 | margin-bottom: 40px; | 107 | margin-bottom: 40px; |
| 103 | .um-misc-with-img{ | 108 | .um-misc-with-img{ |
| 104 | width: 30%; | 109 | width: 28%; |
| 105 | display: inline-block; | 110 | display: inline-block; |
| 106 | border-bottom: 0px solid #eee; | 111 | border-bottom: 0px solid #eee; |
| 107 | margin-bottom:0px; | 112 | margin-bottom:0px; |
| ... | @@ -113,32 +118,34 @@ | ... | @@ -113,32 +118,34 @@ |
| 113 | } | 118 | } |
| 114 | } | 119 | } |
| 115 | .um-misc-ul{ | 120 | .um-misc-ul{ |
| 116 | width: 50%; | 121 | width: 60%; |
| 117 | display: inline-block; | 122 | display: inline-block; |
| 118 | list-style: none; | 123 | list-style: none; |
| 119 | padding-left: 14px; | 124 | padding-left: 14px; |
| 120 | vertical-align: top; | 125 | vertical-align: top; |
| 121 | a{ | 126 | a{ |
| 127 | font-size: 16px; | ||
| 122 | text-decoration: none; | 128 | text-decoration: none; |
| 123 | color: #000000; | 129 | color: #000000; |
| 130 | font-family:"trade-gothic-next"; | ||
| 131 | font-weight: 400; | ||
| 132 | } | ||
| 133 | a:hover{ | ||
| 134 | font-weight: 700 !important; | ||
| 135 | font-family:"trade-gothic-next"; | ||
| 124 | } | 136 | } |
| 125 | } | 137 | } |
| 126 | } | 138 | } |
| 127 | } | 139 | } |
| 128 | .current-menu-item { a{text-decoration: underline !important; color: #183668 !important; font-weight: bold;}} | 140 | .current-menu-item { |
| 141 | a{text-decoration: underline !important; color: #183668 !important; font-weight: bold;} | ||
| 142 | ul{ | ||
| 143 | li{ | ||
| 144 | a{text-decoration: none !important; color: #000 !important; font-weight: 400;} | ||
| 145 | } | ||
| 146 | } | ||
| 147 | } | ||
| 129 | .wsmenu-submenu { display: none; list-style-type:none; padding-left: 15px; } | 148 | .wsmenu-submenu { display: none; list-style-type:none; padding-left: 15px; } |
| 130 | .current-menu-item .wsmenu-submenu { display:block; } | 149 | .current-menu-item .wsmenu-submenu { display:block; } |
| 131 | .current-menu-ancestor .wsmenu-submenu { display:block; } | 150 | .current-menu-ancestor .wsmenu-submenu { display:block; } |
| 132 | 151 | ||
| 133 | |||
| 134 | // .dropdown-menu { | ||
| 135 | // display: block; | ||
| 136 | // position:relative !important; | ||
| 137 | // } | ||
| 138 | // .dropdown-toggle::after{ | ||
| 139 | // display: none; | ||
| 140 | // } | ||
| 141 | // .dropdown-menu{ | ||
| 142 | // all: unset; | ||
| 143 | // margin-left: 20px; | ||
| 144 | // } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.2.0006 | 8 | Version: 1.2.0007 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment