This commit is contained in:
Jerry
2020-10-15 11:50:39 +03:00
parent 502f0d5bad
commit 72fdd90ebb
10 changed files with 29 additions and 10 deletions

View File

@@ -89,6 +89,14 @@ body {
margin: 0;
padding: 0; }
.th-header {
display: block;
overflow: hidden;
height: 0;
width: 0; }
.th-header h1 {
display: inline-block; }
.wrapper {
display: block;
position: relative;
@@ -2553,13 +2561,13 @@ footer {
@media (min-width: 769px) {
.main-page .faq-answer .answer-cont {
padding: 22px 55px; } }
.main-page .faq-answer h4 {
.main-page .faq-answer h4, .main-page .faq-answer h1 {
font-size: 18px;
color: #7b724e;
font-weight: 100;
margin: 0 0 15px -10px; }
@media (min-width: 769px) {
.main-page .faq-answer h4 {
.main-page .faq-answer h4, .main-page .faq-answer h1 {
margin: 0 0 25px -30px; } }
.main-page .faq-answer .answer-text {
font-weight: 100;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -88,7 +88,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
if ($slug != 'publish-your-book'):?>
<header>
<div id="header-menu" class="cont">
<a href="<?= site_url(); ?>" class="main-logo"><img src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>"></a>
<a href="<?= site_url(); ?>" class="main-logo"><img alt="Logo" src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>"></a>
<?php
if (has_nav_menu('top')) {

View File

@@ -30,6 +30,9 @@ if ($tIds !== false) {
?>
<div class="content no-pb">
<div class="th-header">
<h1>FAQs</h1>
</div>
<div class="main-page">
<div class="faq-search">
<div class="cont">

View File

@@ -32,7 +32,7 @@ $post = $posts[0];
<div class="faq-answer">
<div class="cont">
<div class="answer-cont">
<h4><?= $post->post_title?></h4>
<h1><?= $post->post_title?></h1>
<div class="answer-text">
<?= $post->post_content?>
</div>

View File

@@ -334,7 +334,7 @@ footer.v2 {
.main-page .faq-answer .answer-cont {
border: 1px solid #d7d7d7; }
.main-page .faq-answer h4 {
.main-page .faq-answer h4, .main-page .faq-answer h1 {
color: #3090f0; }
.main-page .faq-answer .answer-text {

File diff suppressed because one or more lines are too long

View File

@@ -482,7 +482,7 @@ ul.tabset-tabs li {
.main-page .faq-answer .answer-cont {
border: 1px solid #d7d7d7; }
.main-page .faq-answer h4 {
.main-page .faq-answer h4, .main-page .faq-answer h1 {
color: #3090f0; }
.main-page .faq-answer .answer-text {
@@ -782,6 +782,14 @@ body .cd-mob-chat-widget {
.casebook-tabs-links .right-download.new-chapters:after, .casebook-tabs-links ul li.new-chapters:after {
background: #ff6b00; }
.wrapper.new-student-view .highlight-right-bar .hr-cont .hrc-nav a {
color: #0c4e91; }
.wrapper.new-student-view .highlight-right-bar .hr-cont .hrc-nav a.selected {
border-bottom: 1px solid #0c4e91; }
.wrapper.new-student-view .right-selection-block.search-result .rs-text .search-in-text {
color: #0c4e91; }
.dash-top-links .dash-link .dl-icon {
background: #fff;
border: 3px solid #fff;

File diff suppressed because one or more lines are too long