Content fonts size | Where I can change

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeContent fonts size | Where I can change

This topic has been marked as not resolved.

Hi,

Where I can change font size in categories and product description. Of course I know that I can do that with text redactor but that I must do for every page. I would like change in one place in cms. In Kiddos CMS is some possibility?

But maybe here settings is in Opencart.

  • This reply was modified 2890 days ago by  gardenvista.
May 22, 2016 at 8:04 pm #47886

Check the source code of your product descriptions and categories as follows:

http://nimb.ws/Xotpwl

if you have a font size eg : “font-size : 14px;” so it’s almost easy :)

connects you to your database with phpMyAdmin and export the table:

Product_description
and
category description

http://nimb.ws/kN12M3

if you did not download and install the small notepad ++ program

https://notepad-plus-plus.org/

opens the downloaded SQL file with notepad ++

do ctrl + f and replaces the values you want, for example, if you have 12px you can replace it with 14px , click replace everything to make the change on all values.

backup file, delete the database table and replaces the one you just changed.

important: always make a backup of the entire database before changing anything.

  • This reply was modified 2889 days ago by  Myskin67.
May 23, 2016 at 8:45 am #47895

Step by Step here :

backup your database :

https://framapic.org/JxWWH1rvOlA2/UNvvYDgd3Er7.jpg

change value :

https://framapic.org/7P1jZnOdGm3W/HCGOf3nEeMTC.jpg

May 23, 2016 at 9:25 am #47898

Hi,

My OC is 2.2v and inside is bordel :)
OK, thank you wery much!!

May 23, 2016 at 6:18 pm #47905
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
May 25, 2016 at 1:53 pm #48073

It is much simpler indeed :)
The problem is that then if we want to change the size of a description in particular it will not be possible because this css code affects all products not?

May 25, 2016 at 2:11 pm #48074

Hi, TB,

Nice you again with us :)

TB, your version form me is good but maybe I do something not right. I put your code in custom css and changes I see not in producs or categories description but in another part. Like information pages or see here – http://nimb.ws/gxlCok

Thanks ;)

May 25, 2016 at 2:29 pm #48076

@Myskin67
@gardenvista

It is true that our code will affect all text areas. Inline styles however will overwrite this rule.

Here is another selector that will affect only product description:

.tb_product_description {
  font-size: 16px;
}

BR,
ThemeBurn team

May 27, 2016 at 5:32 pm #48177

No effect anywhere – http://nimb.ws/IW2E74
In Blog to :)

May 27, 2016 at 7:30 pm #48209

Hi, TB,

If you can please say what I do not right. If will you have time :)

June 3, 2016 at 12:08 pm #48382

Hello, you should use my method to change the size of your text it only impacts the product description and not the rest

June 7, 2016 at 8:56 am #48450
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
June 7, 2016 at 10:55 pm #48469
Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.