GeneratePress Free Theme को Marketer की तरह कैसे बनाए ?

Join WhatsApp

Join Now

Join Telegram

Join Now

अगर आप भी GeneratePress Theme अपने ब्लॉग में उपयोग करते है और उसे आप Pro Theme की तरह बनाना चाहते है तो बहुत ही आसानी से बना सकते है | दोस्तों बहुत से ऐसे लोग है जो अभी भी GP Theme Premium Nulled Plugin का उपयोग कर रहे है लेकिन उसे अभी तक ये पता नही है की उसका ब्लॉग Hack हो चूका है | क्योकि दोस्तों सभी Nulled Plugin और Theme में किसी न किसी प्रकार की Virus होता है |जिसके बारे में आपको कभी पता नही चलेगा और आपका ब्लॉग का सारा जानकारी Hacker के पास जाता है |

GeneratePress Free Theme Download कैसे करे ?

जब आप अपने लिए वर्डप्रेस ब्लॉग बनांते है तो हर कोई GP Theme को ही अपने ब्लॉग में Install करते है | लेकिन उसमे हम उतना ज्यादा Customize नही कर पाते है जिसके वजय से हम Crack , Nulled, GPL GP Premium Plugin को Install करते है | लेकिन दोस्तों याद रखना की हमें कभी भी इस तरह का प्लगइन का उपयोग नही करना है | दोस्तों यदि आप GP Theme का उपयोग करना चाहते है तो ऑफिसियल साईट से ही इनस्टॉल करे |

GeneratePress Free को Premium Look कैसे बनाये ?

दोस्तों GP Theme को Premium Look देने के लिए आप निचे दिए गये CSS Code का उपयोग करके उसे Markerte जैसे बना सकते है या फिर आप अपने अनुसार किसी भी तरह से बना सकते है इसके लिए आपको कुछ CSS Code के बारे में जानकारी होना चाहिए | दोस्तों निचे दिए गये CSS का ऊपयोग करके आप अपने Free GP Theme को Pro Look दे सकते है |

.wpcf7-form-control.wpcf7-textarea {
    width:40%; /* Adjust the width to fit the container */
    max-width: 80%; /* Prevent overflow */
    height: 40px; /* Reduce height further */
    padding: 8px; /* Adjust inner spacing */
    font-size: 14px; /* Decrease the text size */
    line-height: 1.4; /* Adjust line height for readability */
    border: 1px solid #ccc; /* Define a border */
    border-radius: 5px; /* Optional: rounded corners */
    resize: vertical; /* Allow resizing only vertically */
}

/* Responsive Design: Mobile Adjustments */
@media screen and (max-width: 768px) {
    .wpcf7-form-control.wpcf7-textarea {
        height: 40px; /* Further reduce height on smaller screens */
        font-size: 12px; /* Smaller font size for mobile */
        padding: 6px; /* Compact padding */
    }
}







.inside-header.grid-container {
    margin-top: -10px; /* Adjust the top margin as needed */
    margin-bottom: 2px; /* Adjust the bottom margin as needed */
    padding-top: 10px; /* Adjust the top padding as needed */
    padding-bottom: 1px; /* Adjust the bottom padding as needed */
    padding-left: 15px; /* Adjust the left padding as needed */
    padding-right: 15px; /* Adjust the right padding as needed */
}


.comments-link {
    display: none !important;
}

a.read-more {
	display: block;
	margin-top: 1px;
  text-align: 0;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
a.read-more::after {
	content: '→';
}
.separate-containers .inside-article {
	padding-top: 5px;
	padding-bottom: 5px;
}
.post-image {
    float: left; /* Align the image to the left */
    margin-right: 20px; /* Add space to the right of the image */
    width: 150px; /* Set the container width */
    height: 100px; /* Set the container height */
}

.post-image img {
    width: 100%; /* Make the image fill the container */
    height: 100%; /* Maintain the container's height */
    object-fit: cover; /* Ensure proper cropping without distortion */
    border-radius: 5px; /* Optional: Add rounded corners */
}


entry-summary {
    font-size: 20px; /* Text font size */
    line-height: 1.6; /* Adjust line height for readability */
    margin-bottom: 20px; /* Space below summary */
    position: relative; /* Position context for read-more button */
}


Sharing Is Caring:

Mera Internet Gyan - "ऐसा ज्ञान जो सबके काम आए!" यह एक ऑल-इन-वन प्लेटफॉर्म है, जो मोबाइल, एंड्रॉइड, CSC (कॉमन सर्विस सेंटर), SEO, ब्लॉगिंग, गूगल एडसेंस, गूगल एनालिटिक्स, गूगल अवार्ड्स, और कंप्यूटर सॉफ्टवेयर से जुड़ी हर जरूरी जानकारी प्रदान करता है।

Leave a Comment