. Freddy muriuki also wrote wonderful articles about the beaver builder plug-in. The
The downside of using a page builder is that it has a negative impact on performance. Fortunately, you can respond by displaying static HTML pages using caching plug-ins such as W3 total cache or WP super cache. Another drawback is that if all content is stored outside the standard word press database procedures, it may be difficult to migrate down in a particular page builder. 4. change the intermediate design – use the plug-in to change the CSS. Now we have gone all the way until the actual coding. CSS is a programming language that works with HTML to create the websites we see today. The
HTML works the same way as a standard palette by default, telling you where you should normally be, and adding text, images, and most other content. CSS specifies the style of everything, pastes meat on the bone, and accurately determines what the finished product looks like. To do this, you can use the simple custom CSS plug-in or the CSS Editor section of jetpack. The first thing to do is to learn basic html\/css. In the code academy, you can complete this task for free through courses, or you can do tutorials in W3Schools. (you can also view one of the charging options such as treehouse.) The
Then, before starting the operation with the custom CSS plug-in, you need to know how to perform two operations, namely, how to find the class of the element to be styled, and how to properly specify the object to make changes in the interactive theme. In chrome, what you need to do is highlight the area you want to check, right-click, and then click Check. For example, you can check the post title of my WordPress site. The relevant HTML and CSS for this section will be displayed, in which case the HTML and CSS for the post title will be displayed. The
You need to be vigilant about whether CSS displays media queries. (media query is a function of CSS, which applies or does not apply specific styles according to items such as screen size. It is most commonly used to improve the responsiveness of websites.) In this example, there are the following media queries:@ Media screen and (min width: 61.5625em) Entry title Apply the following styles: Entry title Font size: 40px;
Font size: 2.5rem;
Line height: 1.225;
Margin bottom: 1.05em; That is, these styles are only applicable when the screen (or browser window) is larger than 61.5625em (or 985px). Therefore, to change how a particular item is displayed on a particular screen, you must include a media query. Suppose you just need to change the font size on your computer screen, use the same breakpoints, and create these in a custom CSS plug-in. The
@Media screen and (min width: 61.5625em){
Entry title{
Font size: 200px;
}The
}To ensure that the correct code was written, we specified a funny font size in the project title to see the comparison between screen sizes. On the big screen, my project title is now: However, if it is reduced to the size of mobile \/ tablet, the title of the exhibited works will not change. This is what you want. To maintain the consistency and cohesion of the design, it is important to look at all the breaking points of the theme and work together. The
5. important changes in the design – if you want to significantly change the theme of the sub theme, it is recommended to use the sub theme