Product name not displaying on product page.

  • Posts: 2
  • Thank you received: 0
9 years 4 months ago #239403

Hi,
I am using Hikashop for online store. when i click on single product it displays on other page but product name not display on that page.i but when i see source code of that page there is product name. I tried to fix this but i failed. Please tell me the solution. I attached images of my problem.

Thank You.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 84311
  • Thank you received: 13701
  • MODERATOR
9 years 4 months ago #239437

Hi,

HikaShop does display the product name. So if you don't see it, it probably comes from the CSS of the template.
So I can't give a precise solution without looking at the page. Unfortunately, you website is not available so I can check that page:
take.ms/juzTK

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
9 years 4 months ago #239870

Hi,
This is the link of page where product name not displays.

joton.net/index.php/hikashop-menu-for-br...product/1-toyota-car

Please Log in or Create an account to join the conversation.

  • Posts: 84311
  • Thank you received: 13701
  • MODERATOR
9 years 4 months ago #239879

Hi,

As expected, the problem comes from the CSS:

h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: none;
    color: #737373;
    font-size: 22px;
    margin-bottom: 12px;
}
from the file templates/meembo-white/css/template.css of your template which hides the text in titles. Remove that code and you'll see the product name.

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum