Home Forums WoodMart support forum Custom header icons, font styles, and others Reply To: Custom header icons, font styles, and others

#161839

Hello,

Images in the Header Builder: you need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”31″ height=”40″ attributes to your <svg> tag like it is shown: http://prntscr.com/m4n0qw
Then you will need to re-upload your icons in WordPress Dashboard.

Greenline in the row: disable the Sticky header clone https://xtemos.com/docs/woodmart/header-builder/global-header-settings/ make the rows sticky https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/ and the line would appear.

Customization of the font:
You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

We suggest you to keep translated files in wp-content/languages/themes/woodmart-pt_PT.po folder.

You can create different HTML blocks for pre-footer and for the Footer: https://xtemos.com/docs/woodmart/html-blocks-2/#pre-footer

Best Regards