Hi,
How to change title tag from H1 to DIV?
Thanks
]]>Hello.
I am developing a website using the Industryup theme. The service section of the theme has the ability to input a link however whatever I put in there the link remains as the home address of the site.
For example, in the sites main menu, there is a link to the “Industry” page of the site. That works and goes to the relevant page. However lower down the page in the Services area, there is another part with intro text to the Industry section. If you click on the word Industry there it should go to the industry page as well as that is how I configured it in that section’s config.
I have tried to find the php file that contains the code to correct it manually as I can find it when viewing the page source. There you will see the code for the link exists but the configured link is not entered there. I discovered that this code actually exists in the database and not in a php file. I have found the relevant code in the database but it is beyond my skill at this stage to correct it.
Code found when viewing page source:
<div class="bs-sevice-inner">
<i class="fas fa fa-cogs txt-pink"></i>
<h4><a href="">Industry</a></h4>
<p>LH Africa has partnered with Corroban to provide quality and efficient chemical solutions to our customers and also collaborate and deliver expertise at each stages of their projects. We assure our partners that we will support them in achieving sustainable and green environment. We are also conducting research to enable us deliver innovative products to our customers.</p>
</div>
All three links in the themes service section do not work.
Any assistance will be much appreciated. Thank you.
]]>