I want to enable comments on my pages. I found this article https://themenectar.ticksy.com//article/3194/ but my page.php file does not contain <?php the_content(); ?> as shown in the picture.
I tried pasting the code where I thought it should go, but it broke the page.
I have attached a notepad file with what my page.php file contains.
>>>Question 2:
Can I change the accent color for a certain section only. I like the accent color everywhere on my site except 2 locations. I want to be able to change it in these locations with out affecting the other areas.
Hello.
>>>Question 1:
I want to enable comments on my pages. I found this article https://themenectar.ticksy.com//article/3194/ but my page.php file does not contain <?php the_content(); ?> as shown in the picture.
I tried pasting the code where I thought it should go, but it broke the page.
Please tell me where to put:
<div class="comments-section"> <?php comments_template(); ?> </div>
I have attached a notepad file with what my page.php file contains.
>>>Question 2:
Can I change the accent color for a certain section only. I like the accent color everywhere on my site except 2 locations. I want to be able to change it in these locations with out affecting the other areas.
1 is the Drop down menu in wpData Table
2 is the Link color when using a text block
See attachments.
Thanks.
Wilton
Hey ,
Not sure why you cant find it : http://prntscr.com/i3vrjb . Make sure you have page.pg open when editing it .
Could you provide the site password so i can write up the css to change it .
Be.st
ThemeNectar Support Team
Hey Again,
Try removing these sections : http://prntscr.com/i3wfyi .
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
.bootstrap-select.btn-group .dropdown-toggle .filter-option,.bootstrap-select.btn-group .dropdown-menu li a span.text { color: #27cfc3 !important; } .wpdt-c .bootstrap-select .check-mark:before { color: #27cfc3 !important; } .tabbed[data-style*="minimal"] >ul li a:after { background-color: #27cfc3 !important; }
Thanks
ThemeNectar Support Team
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
.tabbed a { color: #27cfc3 !important; }
Thanks
ThemeNectar Support Team
Try this line instead :
echo ' <div class="comments-section">'; comments_template(); echo '</div>';
Bes.t
ThemeNectar Support Team