Probweb Wordpress How to customize headings of WordPress by using CSS

How to customize headings of WordPress by using CSS

How to customize headings of WordPress by using CSS

WordPress is one of the popular and greatest blogging platform to make Websites, Web App or making a Software by using this great tool. I don’t need to tell more about WordPress because everyone who is connected to the blogging are knowing well about this great platform.

In this Post i tell you about How to customize headings of WordPress by using CSS. By using CSS code you can customize your WordPress blog or Website template, color, and the background of your website. CSS (Cascading style sheet) will not only allow you to customize your Website Headings but you can customize everything on your Websites, that are related to design. WordPress give a space for you add your custom CSS code on WordPress blog or website and you can do it easily. Okay now let’s begin to customize headings of WordPress.

How to customize headings of WordPress by using CSS

First of all login to your WordPress website by using your username and password then go to Appearance Menu and then click on customize. Look at screenshot given bellow…

Now, the customize window will be open. In this window you need to click on Additional CSS menu to add your CSS code. Look on screen shot given below.

After clicking on Additional CSS menu a coding screen will be open and then you need to write your code on here. For For customize Headings of your website or blog you need to write the following code on your Additional CSS code screen.

h4{
background:#167CF8;
padding:6px;
border-left:25px solid #E98D0F;
color:white;
}
h2{
font-size:18px;
text-decoration:none;
}
h2 a{
font-size:18px;
text-decoration:none;
font-weight:bold;
}

There are six types of Heading available for web pages these are h1, h2, h3. h4, h5, h6 you can change the heading tag and replace with which heading you want to customize. After adding this css code on your WordPress blog or website, click on publish button to make changes on your WordPress. This is a simple code that can help you to understand, How to customize headings of WordPress by using CSS.

*Conclusion: Website design is most important for increasing user attraction by using CSS code you can change your website design. For getting more updates about this topics, bookmark this page and stay connected.

Leave a Reply

Related Post