How to make rounded corners at GeneratePress WordPress template

Last updated December 6th, 2023 06:22

If you’re using Generatepress template, you’ve certainly noticed a design with square corners. Square corners are in the post block, pages and in the comments area. So take a look on little guide, how to make rounded corners at GeneratePress WordPress template. It is easy and effect is great.

How to make rounded corners at GeneratePress WordPress template

How to make rounded corners at GeneratePress WordPress template
There is a simple way to adjust the design to rounded corners. All you will need are the CSS codes below to edit the template.
 

How to edit a template

Follow these instructions:

  • go to “Appearance” in left side menu in WordPress Administration
  • click on “Customize
  • click on “CSS

Here you are able to add your own CSS code. These codes are exactly what are you searching for.

Rounded corners on articles

				
					.post {
    border-radius: 30px;
    overflow: hidden;
}

.post {
    display: flex;
}
				
			

How to make rounded corners on comment area

				
					.comments-area {
    border-radius: 30px;
    overflow: hidden;
}

.comments-area {
    display: flex;
}
				
			

Rounded corners on paging navigation

				
					.paging-navigation {
    border-radius: 30px;
    overflow: hidden;
}

.paging-navigation  {
    display: flex;
}
				
			

How to make rounded corners on inside article (on single page content)

				
					.inside-article {
    border-radius: 30px;
    overflow: hidden;
}
				
			

More content about WordPress

Whole category is here

The website is created with care for the included information. I strive to provide high-quality and useful content that helps or inspires others. If you are satisfied with my work and would like to support me, you can do so through simple options.

Byl pro Vás tento článek užitečný?

Klikni na počet hvězd pro hlasování.

Průměrné hodnocení. 5 / 5. Počet hlasování: 1

Zatím nehodnoceno! Buďte první

Jak užitečný vidíte tento článek.

Sledujte mě na sociálních médiích.

Je mi líto, že pro Vás nebyl článek užitečný.

Jak mohu vylepšit článek?

Řekněte mi, jak jej mohu zlepšit.

newsletter

Subscribe to the Newsletter

Stay informed! Join our newsletter subscription and be the first to receive the latest information directly to your email inbox. Follow updates, exclusive events, and inspiring content, all delivered straight to your email.

Odebírat
Upozornit na
guest
0 Komentáře/ů
Vložené zpětné vazby.
Zobrazit všechny komentáře.

Pokud mi chcete napsat rychlou zprávu, využije, prosím, níže uvedený
kontaktní formulář. Děkuji.

Další Kontaktní údaje