CodingHTML/CSS/BootstrapParticularly hide a tag with specific link in HTML CSS by Admin January 30, 2021 by Admin January 30, 2021 CSS Text a[href=’link’]{ display:none; } 0 FacebookTwitterPinterestWhatsappTelegramEmail
CodingHTML/CSS/BootstrapRainbow Text using CSS by Admin January 30, 2021 by Admin January 30, 2021 CSS Text .yourClass{background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red); -webkit-background-clip:… 0 FacebookTwitterPinterestWhatsappTelegramEmail
CodingHTML/CSS/BootstrapResponsive table html and bootstrap by Admin January 30, 2021 by Admin January 30, 2021 HTMLText <div class=”table-responsive”> <table class=”table”> …. </table> </div> 0 FacebookTwitterPinterestWhatsappTelegramEmail
CodingHTML/CSS/Bootstrapdivide ul list in responsive custom column using css by Admin January 30, 2021 by Admin January 30, 2021 CSS Text ul { columns: 2; -webkit-columns: 2; -moz-columns: 2; } @media (min-width:… 0 FacebookTwitterPinterestWhatsappTelegramEmail
CodingWordPress | WPWoocommerce – Put the ADD TO CART button below every products by Admin January 5, 2021 by Admin January 5, 2021just add this code in to function.php // register add to cart action function… 0 FacebookTwitterPinterestWhatsappTelegramEmail
CodingHTML/CSS/BootstrapCenter the div horizontally in css by Admin December 31, 2020 by Admin December 31, 2020 HTML Text <!– !Note: YouTube Video start –> <div class=”centerDiv”> <h1>Hello</h1> </div> <!–… 0 FacebookTwitterPinterestWhatsappTelegramEmail
CodingHTML/CSS/BootstrapYouTube Video in Text using Html & CSS only by Admin November 5, 2020 by Admin November 5, 2020Do you want to show the video in text using only HTML, CSS, then… 0 FacebookTwitterPinterestWhatsappTelegramEmail
CodingHTML/CSS/BootstrapHow to prevent bootstrap modal popup from close when clicking on it by Admin October 14, 2020 by Admin October 14, 2020Do you want that bootstrap modal don’t close on outside clicking? Put just simply… 0 FacebookTwitterPinterestWhatsappTelegramEmail
CodingWordPress | WPPut *AddtoCart* Button below every product – Woocommerce by Admin October 14, 2020 by Admin October 14, 2020If you need to show the woocommerce Add to Cart Button beneath your Woocommerce… 0 FacebookTwitterPinterestWhatsappTelegramEmail
CodingWordPress | WPHow to Resolve the WordPress Memory Space Limit by Admin October 7, 2020 by Admin October 7, 2020Resolve the WordPress Memory Limit Error Not like many frequent errors, the WordPress reminiscence… 0 FacebookTwitterPinterestWhatsappTelegramEmail