欢迎光临
我们一直在努力

WordPress theme Hestia, customized and optimized

There's not a lot of free enterprise in WordPress, and the foreign website, themeisle, offers a free WordPress enterprise theme called Hestia, which is very elegant, very elegant, and it can support the response, and it can be accessed on the phone, and it's good for all sorts of things. The Hestia theme also supports drag page editing tools, backstage options, advanced menus, SEO optimizations and so on.

Here's how to build a free enterprise site with WordPress Hestia themes:

1. Optimized plug-ins

After installing the theme, none of the attached plug-ins need to be installed, but it is recommended to install a "self-hosted Google Fonts" plug-in, because Google Font cannot be accessed from China, and this Hestia theme will load Google Font by default, causing Chinese users to "slow down". Therefore, after installing the self-hosted Google Fonts plug-in, Chinese users can improve their access speed. The specific method is: install the plug-in, click: Plugin Setting, Enable Processing select Yes Enable, and save the changes.

2. Page Settings

Edit the "sample page" in WordPress, change its name to "home page", edit the code in it, and programmatically put the HTML code of a web page on that page.

3. Appearance Settings

Click on the appearance - customize, in the home page setting, "your home page is displayed", select "a static page", the home page is "home page".

In the home page area - large title area, modify the title, text, button text, button links for the company's relevant content.

In the gadget, click: footnote 1- add gadget - text - company name, footnote 2- add gadget - text - contact number, footnote 3- add gadget - text - company address.

Add custom JS

Install a plug-in called All in One SEO Pack (multi-in-one SEO set) and add the required custom JS code in the "home page header extras" at the bottom.

5. Additional CSS

Other customizations to the home page are available through the "additional CSS" feature. Such as:

1) background color: the default background color of the theme is covered with a dark mask. The color is not good. The method to restore the original background color is to add the following line to the "additional CSS".

The header - filter: : before {background: none! Important; }

2) text spacing: the method to adjust the word spacing of major title and subtitle is as follows:

. Hestia - the title {letter - spacing: 20 px; }

. Sub - the title {letter - spacing: 8 px; }

3) hide the footnote menu

Custom - menu - do not select menus in the footer menu. Then add the code to the extra CSS:

Hr {display: none; }

4) hide footer statements

When most companies use wordpress themes, they often change the theme footers to remove copyright claims that are not relevant to the enterprise.

Normally, you just need to find the footer.php file and change it accordingly. However, the hestia theme hides this section deep, so how do you change the footer when using the hestia theme?

Here's a way to hide the footer. In the appearance-customization option, add additional CSS code to hide the content.

The copyright {display: none; }

WordPress Hestia theme customization and optimization

By doing this, we can use WordPress's free Hestia theme to create a simple and generous enterprise site.

赞(0)
未经允许不得转载:福利吧|福利社|fuliba » WordPress theme Hestia, customized and optimized

相关推荐

  • 暂无文章