Category View: Center Image, Increase Font

  • Posts: 6
  • Thank you received: 1
  • Hikashop Business
1 year 2 months ago #355398

-- url of the page with the problem -- : topstepusa.com/categories-listing
-- HikaShop version -- : 5.0
-- Joomla version -- : 4.3.4
-- PHP version -- : 8.1
-- Browser(s) name and version -- : Chrome 116.0.5845.188
-- Error-message(debug-mod must be tuned on) -- : No error message

I know this is likely a CSS fix, but can't find it anywhere.

Two items on the category view for HikaShop:

1. I can get the category names to center, but not the images. How do I go about doing this?

2. How can I increase the font size on this page -- and on others?

Thanks

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

  • Posts: 4760
  • Thank you received: 647
  • MODERATOR
1 year 2 months ago #355411

Hello,

1. It seems that the CSS command that prevents you from centering the image comes from your template.
What you are missing is this command:

.hikashop_category_image img {
    display: inline-block;
}

2. You want to use these king of Css command, "font-size" and maybe "font-weight", like this kind of example :
.your_specific_page p.specific_class {
    font-size: 1.2em;
    font-weight: bold;
}

Where "your_specific_page" is the class of the page where you want to apply your css command.
Regards

Last edit: 1 year 2 months ago by Philip.
The following user(s) said Thank You: lkhightower

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

  • Posts: 6
  • Thank you received: 1
  • Hikashop Business
1 year 2 months ago #355425

Thank you for your response!

The following user(s) said Thank You: Philip

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

Time to create page: 0.056 seconds
Powered by Kunena Forum