How To Enhance Your Website’s Aesthetics with Custom CSS Code in the GeneratePress Theme

5/5 - (107 votes)

Are you looking to take your website’s appearance to the next level? If you’re using the GeneratePress Theme on WordPress, then custom CSS code could be the key to unlocking a whole new level of visual appeal. With this guide, we’ll show you how to enhance your website’s aesthetics with custom CSS code in the GeneratePress Theme. Whether you’re looking to make small tweaks or large-scale changes, our step-by-step instructions will help you achieve the look you’re after. Get ready to impress your visitors with a website that looks as good as it functions!

GeneratePress Theme

GeneratePress is a lightweight and versatile WordPress theme that is known for its flexibility and ease of customization. It offers a wide range of features and functionality that allow users to create professional and aesthetically pleasing websites. The theme is designed to be lightweight and fast-loading, which is important for website performance and user experience.

GeneratePress is also fully responsive, meaning it is optimized for viewing on different devices such as desktops, laptops, tablets, and smartphones. Additionally, GeneratePress offers a variety of customization options that allow users to change the theme’s layout, typography, colors, and more. These customization options make it easy for users to create unique and personalized websites that reflect their brand or personality.

GeneratePress Theme Customization CSS Code

Some of the main features of GeneratePress are:

  1. Customization options: GeneratePress provides a wide range of customization options, including color schemes, typography settings, layout options, and more. Users can customize the appearance of their website without writing any code.
  2. Page builder compatibility: GeneratePress is fully compatible with popular page builders such as Elementor, Beaver Builder, and WPBakery.
  3. Mobile-friendly: GeneratePress is designed to be fully responsive, which means that it will look great on any device, including desktops, laptops, tablets, and smartphones.
  4. Fast loading times: GeneratePress is optimized for speed and has a small footprint, which means that it loads quickly and helps improve website performance.
  5. Accessibility: GeneratePress is designed with accessibility in mind, with features such as keyboard navigation, ARIA labels, and more, to ensure that everyone can use and enjoy the website.
  6. SEO-friendly: GeneratePress is optimized for search engines, with clean and well-structured code that makes it easier for search engines to crawl and index the website.
  7. Translation-ready: GeneratePress is translation-ready and supports multiple languages, making it easy to create a multilingual website.
  8. Support: GeneratePress offers excellent support to its users, with an active community forum and extensive documentation to help users get the most out of the theme.

Customizing the GeneratePress Theme with CSS Code

As every website has unique requirements, it is often necessary to combine themes with popular WordPress plugins to add additional functionality. This can include custom post types, galleries, portfolios, and even e-commerce features using the WooCommerce plugin, which is fully compatible with the GeneratePress theme. By doing so, website owners can save time and money, allowing them to focus on more important aspects of their website.

GeneratePress is a lightweight WordPress theme that offers limited features in its free version, such as footer links and limited theme settings. To access the full range of features, users must purchase the GeneratePress premium plugin.

If you are accustomed to setting up commercial WordPress themes, you may find that GeneratePress operates differently. Here are some helpful tips to assist you in customizing the GeneratePress theme:

  1. How to change published date to last updated date
  2. How add Google Analytics without plugin
  3. How to insert Yoast breadcrumb
  4. How to Insert author bio box without plugin
  5. How to insert advertisements without plugin
  6. How to add leave a reply above comment section
  7. Ho to remove links from author and post dates
  8. How to use Elements in GeneratePress

GeneratePress does not have a traditional theme options panel like many other themes, but it does offer a powerful customization feature called Elements that allows users to add custom code to various parts of their website. Here are the steps to use the Elements function in GeneratePress:

  1. Log in to your WordPress website and navigate to Appearance > Elements.
  2. Click on the “Add New” button to create a new element.
  3. Choose the type of element you want to create from the dropdown list. For example, you can create a Hook, which is a placeholder that allows you to insert custom code in various places on your site.
  4. Give your new element a name and enter your custom code in the content box.
  5. Choose the location where you want the code to appear. You can select specific pages or posts, or you can choose to display the code globally across your entire website.
  6. Set any other options or conditions for your element as needed.
  7. Click on the “Publish” button to save your new element.

Once your element is published, the custom code you added will be displayed on your website according to the location and conditions you specified. You can create as many custom elements as you need using the same process. The Elements feature in GeneratePress gives you a lot of flexibility and control over your website customization, without the need for a complicated options panel.

GeneratePress Theme Customization CSS Code

The speed of web pages is highly valued by many people, and it has been confirmed by Google that mobile web page speed plays a significant role in mobile rankings. However, the Google web page speed score is not the only factor to consider. Ultimately, providing a good user experience should be the top priority, which is why having lightweight sites is crucial. With its focus on site speed, GeneratePress Theme is an excellent choice, as even its most standard installation is under 28Kb, which is unparalleled. Furthermore, the theme is developed using the latest coding standards and has a clean and well-structured appearance. To further enhance the appearance of your GeneratePress Theme, we can provide you with customized CSS code.

GeneratePress Theme Customization CSS 1st

GeneratePress CSS Code - 1:-

/*Article Page Design by Easy Tech Tutorials*/
.page-header-image-single .attachment-full{
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
border-radius:25px;
}
.entry-content h2,h3,h4,h5,h6{
font-weight:600;
padding: 10px 10px 10px 25px;
background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);
border-radius:10px;
color:white!important;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
}
.entry-content h2{
font-size:25px!important;
}
.entry-content h3{
font-size:21px!important;
}
.entry-content h4{
font-size:17px!important;
}
.entry-content h5{
font-size:15px!important;
}
.entry-content h6{
font-size:13px!important;
}
.comment-respond .comment-reply-title{
padding: 10px 10px 10px 25px;
background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);
border-radius:10px;
font-weight:600;
color:white!important;
font-size:22px!important;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
}
/*End of Article Page Design*/
/*Sidebar Universal*/
.widget-title{
padding: 10px 10px;
background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);
border-radius:10px;
font-weight:500;
color:white!important;
font-size:18px!important; text-align:center;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
}
.sidebar .widget {
box-shadow: rgba(23,43,99,.3) 0 6px 18px;
border-radius: 5px;
}
.sidebar .widget:first-child {background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);}
.button.light {
background-color: #fff;
border-radius: 50px;
font-weight: 700;
color:#333;
}
.button.light:hover {
background: #333;
color: #fff;
}
/*End of sidebar code*/
/*End of sidebar code*/
@media (min-width: 769px) {
.post-image-aligned-left .post-image img {
margin-top: -20px;
border-radius: 12px;
box-shadow: rgba(23,43,99,.2) 0 7px 28px!important;
}
}
/* Mobile query */
@media (max-width: 768px) {
.post-image-aligned-left .post-image img {
margin-top: -20px;
border-radius: 12px;
box-shadow: rgba(23,43,99,.2) 0 7px 28px!important;
}
}
/* Widget Sticky */
@media (min-width: 769px) {
.site-content {
display: flex;
}
.inside-right-sidebar {
height: 100%;
}
.inside-right-sidebar aside:last-child {
position: -webkit-sticky;
position: sticky;
top: 10px;
}
}
/* Read More button Style */
a.read-more.button {background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);}
a.read-more.button {
font-size:14px;
padding: 10px 25px;
text-align: center;
transition: 0.5s;
background-size: 200% auto;
color: white;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
border-radius: 120px;
}
a.read-more.button:hover {
background-position: right center; /* change the direction of the change here */
color: #fff;
text-decoration: none;
}
/* Read More button Style */
blockquote {
background: #dcdcdc54;
border-left: 5px solid #1EA4FF;
padding: 15px;
font-style: inherit;
font-size: 18px;
margin: 0 0 1.5em;
}

GeneratePress Theme Customization CSS 2nd



Here Is 2nd GeneratePress CSS Blue Colour Code -
 

GeneratePress Theme Customization
GeneratePress CSS Blue Colour Code - 2:-
/*Article Page Design by Easy Tech Tutorials*/
.page-header-image-single .attachment-full{
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
border-radius:25px;
}
.entry-content h2,h3,h4,h5,h6{
font-weight:600;
padding: 10px 10px 10px 25px;
background-image: linear-gradient(315deg, #36096d 0%, #37d5d6 74%);
border-radius:10px;
color:white!important;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
}
.entry-content h2{
font-size:25px!important;
}
.entry-content h3{
font-size:21px!important;
}
.entry-content h4{
font-size:17px!important;
}
.entry-content h5{
font-size:15px!important;
}
.entry-content h6{
font-size:13px!important;
}
.comment-respond .comment-reply-title{
padding: 10px 10px 10px 25px;
background-image: linear-gradient(315deg, #36096d 0%, #37d5d6 74%);
border-radius:10px;
font-weight:600;
color:white!important;
font-size:22px!important;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
}
/*End of Article Page Design*/
/*Sidebar Universal*/
.widget-title{
padding: 10px 10px;
background-image: linear-gradient(315deg, #36096d 0%, #37d5d6 74%);
border-radius:10px;
font-weight:500;
color:white!important;
font-size:18px!important; text-align:center;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
}
.sidebar .widget {
box-shadow: rgba(23,43,99,.3) 0 6px 18px;
border-radius: 5px;
}
.sidebar .widget:first-child {background-image: linear-gradient(315deg, #36096d 0%, #37d5d6 74%);}
.button.light {
background-color: #fff;
border-radius: 50px;
font-weight: 700;
color:#333;
}
.button.light:hover {
background: #333;
color: #fff;
}
/*End of sidebar code*/
/*End of sidebar code*/
@media (min-width: 769px) {
.post-image-aligned-left .post-image img {
margin-top: -20px;
border-radius: 12px;
box-shadow: rgba(23,43,99,.2) 0 7px 28px!important;
}
}
/* Mobile query */
@media (max-width: 768px) {
.post-image-aligned-left .post-image img {
margin-top: -20px;
border-radius: 12px;
box-shadow: rgba(23,43,99,.2) 0 7px 28px!important;
}
}
/* Widget Sticky */
@media (min-width: 769px) {
.site-content {
display: flex;
}
.inside-right-sidebar {
height: 100%;
}
.inside-right-sidebar aside:last-child {
position: -webkit-sticky;
position: sticky;
top: 10px;
}
}
/* Read More button Style */
a.read-more.button {background-image: linear-gradient(315deg, #36096d 0%, #37d5d6 74%);}
a.read-more.button {
font-size:14px;
padding: 10px 25px;
text-align: center;
transition: 0.5s;
background-size: 200% auto;
color: white;
box-shadow: rgba(23,43,99,.3) 0 7px 28px;
border-radius: 120px;
}
a.read-more.button:hover {
background-position: right center; /* change the direction of the change here */
color: #fff;
text-decoration: none;
}
/* Read More button Style */
blockquote {
background: #dcdcdc54;
border-left: 5px solid #1EA4FF;
padding: 15px;
font-style: inherit;
font-size: 18px;
margin: 0 0 1.5em;
}

GeneratePress CSS Code to download, by clicking on the Download button –

GeneratePress CSS Code

In conclusion, custom CSS code can be a powerful tool for enhancing the appearance of your website, and with the GeneratePress Theme on WordPress, it’s easier than ever to implement. By following the steps outlined in this guide, you’ll be able to take your website’s aesthetics to the next level, impressing visitors with a visually stunning and engaging site. From small tweaks to large-scale changes, custom CSS code provides endless possibilities for customization, and with the right approach, you can create a website that looks as good as it functions. So why wait? Start exploring the possibilities of custom CSS code in the GeneratePress Theme today and take your website to the next level.

Mohamed SAKHRI

my name is Mohamed SAKHRI, and I am the creator and editor-in-chief of Easy Tech Tutorials. As a passionate technology enthusiast, I have been blogging for some time now, providing practical and helpful guides for various operating systems such as Windows, Linux, and macOS, as well as Android tips and tricks. Additionally, I also write about WordPress. I am currently 35 years old.

Leave a Comment