In your site, you might want to focus the header area of your site, maybe the menu. As for example, if you have magazine sites then, maybe you want to display the menu when the user scrolls up else you…
CSS
Apply Custom CSS Code In Your Site Via Inspect Element
So, you are trying to change the website layout via the Custom CSS code in your site. Hence you have searched for it and accidentally landed in this very page. Well then, you have landed to the exact page what…
Migrate Custom CSS Code From Theme Settings To Additional CSS
We all know that, WordPress is being constantly developed and updated with many fixes and arrival of new features. Well, in the newest version of WordPress, ie, in 4.7, there is addition of Additional CSS Box inbuilt with it. So, what…
Enqueueing Google Fonts In WordPress Method Two
As we have already described how to enqueue the Google Fonts in your WordPress project through one method, now we will be enqueueing it via the translation ready way method. Here, for the method of enqueue of Google Fonts in…
Enqueueing Google Fonts In WordPress Method One
We as the developer as well as the designer all know that, when we are developing the WordPress theme or plugins, we may have to add the Google fonts for our project. So, how to add them in your project?…
Normalize CSS Code
We have already described about the CSS Reset Code from this link. So, if you want to read it, then, you can go through that article. But, in fact, it looks like you are more interested in the Normalize CSS…
CSS Reset Code
Every browser, when displays the web page from it, displays it almost differently within each other when there is no CSS code attached to that specific web page. So, you have got problem on this issue and accidentally landed in this site.…
Creating Your First Style Using CSS
As we know that, HTML alone can not create the required styles and the effects in your current html project at all. We also know that the styling in the site can be provided via the CSS code. So, from…
Screen Reader Text
Since, WordPress sites and almost all of the website developed and available till now, which are made from any languages or means, will be viewed by all of the users either who are capable of viewing it properly or not. So, we…
Hover Effect On Bootstrap Navigation Using CSS
Bootstrap framework by default, when clicked on the parent navigation menu, only shows the child menu. So, we can say that, the hover effect does not apply to the bootstrap navigation by default as it was built so. So, you…