NoahB
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageOK. Sure! Sorry about that. ??
Sure! Happy that it got resolved so quickly!
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageIf you make me a temp. admin account, I would me more than happy to help with it! WordPress is what I do. :^)
Forum: Themes and Templates
In reply to: fixing the sidebar / css correction in cssYou’re welcome!
Is there another custom CSS file that you are missing, or is there a file there that is not in the main CSS folder that you could have overlooked? Try running it through Chrome Dev Tools > Network on the original site and please check that you are not missing any CSS. ??
Forum: Themes and Templates
In reply to: [Responsive] Top menu mobileSure! Great work!
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageYep! It replaces what you posted.
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageI think they mean to make a child of the child, if the Harmony 2.0 theme is updated, but if you aren’t going to update it, don’t worry! Or if you don’t want to go through the trouble to create a child theme, just keep the CSS and add it back in after each update that comes out. It’s a lot of work, but it does not require a ton of knowledge on CSS and creating child themes.
Forum: Themes and Templates
In reply to: How can I add a right sidebar to this theme?Sure! Anytime!
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageYuppers!
Forum: Themes and Templates
In reply to: fixing the sidebar / css correction in cssExactly! If this fixes it, please let others know this topic is done by changing the status to ‘resolved’. ??
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageOk… If that is what you want, the final design CSS is:
<div id="header-image" class="banner" style="position: relative; width: 100%;" align="center"> <img src="https://www.kristawillsyoga.co.uk/wp- content/uploads/2013/06/copy-bannerkrista2.jpg" class="" width="100%" height="200" alt=""> </div>
You will need to also delete the div called
<h1 class="site-title">
. Those files are probably in your header.php file or your index.php file.Forum: Themes and Templates
In reply to: fixing the sidebar / css correction in cssI agree with @alchymyth. Be sure that you have general paths to the image, such as https://somewebsite.com/imgs/me.png, not ./imgs/me.png.
Forum: Themes and Templates
In reply to: Search oriented websiteSure! Enjoy and good luck! Please let others know this topic is done by changing the status to ‘resolved’. ??
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageYes I know. I am just asking is that what you want it to look like? I have the CSS. I will post it if that is the way you want your header.