Hello! I’d like to change the color of my posts titles, currently it’s black and I’d like a black background so I’d want the text to be white.
I’ve tried many css codes and none of them seems to be working.
You can have a jump-start while using Code Manas theme following the instructions provided on the documentation below:
]]>Only the header is shown. Looking at the source code of the pages delivered the content stops after the header …
<a href="#" id="togglesearchbar"> <i class="fa fa-search" aria-hidden="true"></i> </a>
<div class="search-form-nav" id="top-search" style="display:none">
<form role="search" method="get" class="search-form" action="https://localhost/wordpress/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search …" value="" name="s" />
</label>
<input type="submit" class="search-submit" value="Search" />
</form>
</div>
</li></ul></nav> </div><!-- #site-header-menu -->
</div><!-- .container -->
</header><!-- #masthead -->
EDIT: when using the original theme the content is shown …
]]>Hi all, I discovered this lovely theme and decided to use it as a starting point for the new design of my website. The best way to me seemed to create a child theme and just modify the little things I want to have different and add a few more things I’m regularly using …
I’ve creeated a child theme as it was recommended here: https://developer.www.ads-software.com/themes/advanced-topics/child-themes/
But unfortunately I run into some problems here :-/ The search function in the main menu does not pop up and the whole mobile menu isn’t usable since it is not expanded. I can’t show you the effects precisely since I’m working on my development site at home but I can make some screenshots if necessary …
A third (minor) issue is the “Scroll to top” arrow not showing up when activated.
All those problems do not happen when I use the original Code Manas theme …
]]>