Created
October 30, 2020 23:36
-
-
Save wpacademy/950074db0df78af7313ac9f0a1c21f18 to your computer and use it in GitHub Desktop.
Custom CSS code for Job Portal in WordPress Tutorial by WP Academy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Custom CSS code for Job Portal in WordPress Tutorial by WP Academy | |
* Author Name: WP Academy | |
* Author URL: https://wpacademy.pk | |
**/ | |
.home-job-cats ul { | |
margin: 0; | |
padding: 0; | |
list-style: none; | |
display: block; | |
text-align: center; | |
} | |
.home-job-cats li { | |
display: inline-block; | |
width: 19.5%; | |
margin-bottom: 15px; | |
padding: 0 5px; | |
} | |
.home-job-cats li a { | |
display: inline-block; | |
width: 100%; | |
text-align: center; | |
color: #333333; | |
padding: 15px 10px 10px 10px; | |
box-shadow: 0px 0px 10px rgba(0,0,0,0.1); | |
border-radius: 5px; | |
} | |
.home-job-cats li a > i { | |
text-align: center; | |
width: 100% !important; | |
display: inline-block !important; | |
font-size: 2em !important; | |
margin-right: 0 !important; | |
margin-bottom: 0px; | |
margin-top: 0 !important; | |
} | |
.home-job-cats li a span { | |
display: inline-block; | |
width: 100%; | |
font-weight: 500; | |
font-size: 14px; | |
} | |
.home-job-cats li a:hover { | |
color: #4773CC; | |
} | |
.no-bot-margin .elementor-widget:not(:last-child) { | |
margin-bottom: 0px !important; | |
} | |
.um-do-search.um-button { | |
background-color: #f0f0f0; | |
color: #333333; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment