Product description font size and break

  • Posts: 60
  • Thank you received: 0
10 years 2 months ago #203990

-- url of the page with the problem -- : www.swib.nl/component/hikashop/product/1...java-eiland?Itemid=0
-- HikaShop version -- : business
-- Joomla version -- : 3.4.1

For me it all abacadabra :blink: :silly:
I wanted to change a few things but that doesn't wordk. So I cannot do it and I'm not very happy............ but I don't understand so t doesn't work.

There is one thing I HAVE TO change.

The font size of the product main description!!
First I want to have a break , second I want to change the font sie of the description.
Please tell me where I vcan change this............. In which file

I have looked at the View/ view/product / show_.php but I cannot find it.
I cannot imagine it is that difficult

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

  • Posts: 84231
  • Thank you received: 13673
  • MODERATOR
10 years 2 months ago #203994

Hi,

If you look at the HTML code of the page, you can see that the font size of your description was set by a span around the whole description of the product : take.ms/ZmP8m
This is done either by yourself via the HTML editor of the product description, or directly by the HTML editor itself.
Thus, when you edit the description in the product, you should be able to change the font size directly in the HTML editor.
Breaks can also be added in the HTML editor directly when you edit your product.
So you should not have to edit any view to do what you're talking about.

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

  • Posts: 60
  • Thank you received: 0
10 years 2 months ago #204014

Thank you. I know I can edit it in every product, But I want to change it for every product. Becaus it takes toomuch tiome to cheange every product.
When I look at Firefox, and I have changed it in Firefox. But I have no idea which file this is.



There has to be a possibility to make it default?
When I change it is thetemplate.css, it only works at the fields above

Attachments:

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

  • Posts: 84231
  • Thank you received: 13673
  • MODERATOR
10 years 2 months ago #204027

Since the CSS that you put in your product description is inline CSS, you need to use !important to override it in the CSS of your template.
Something like that:
.hikashop_product_description_main span{ font-size: 18px !important; }

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

Time to create page: 0.086 seconds
Powered by Kunena Forum