-
Understand the use of Border in CSS
1.. All Side Thick Borders A div element with a border .allborder{ border-top: 20px solid red; border-bottom: 20px solid #fc0;…
-
WordPress Issues : Paragraph tag <p> disappears after publishing the article?
No worries.. You just need to modify the loop file and find this line <?php the_content(); ?> and replace it…
-
How to write CSS for Select arrow
HTML arrow_classic arrow_round arrow_minimal CSS select { /* styling */ background-color: white; border: thin solid blue; border-radius: 4px; display: inline-block;…
-
Resolve Windows Photo Viewer Issue in Windows 10
Here is the steps to Restore Windows Photo Viewer for All USER Download the following .reg file and follow the…
-
Thumbnails are not showing in Windows?
1.. Go to Control Panel 2.. Search for File Explorer Options 3.. Click on it to open the Folder Options…
-
Gravity Forms Error… Resolved!
If you find this error in the confirmation page of any Gravity form then follow these simple steps to resolve…
-
Remove the Entry Footer from the Genesis Theme?
Use the following code in the child or genesis functions.php to remove the entry_footer: //* Remove the entry footer markup…
-
Add new thumbnail size for Genesis
Add the following code in functions.php //* Add new image thumbnail size add_image_size( ‘mythumbnail’, 180, 180, TRUE ); You can…


