4,9 based on 300 reviews
Trusted by 1500+ businesses and student of all shapes and sizes

What Are You Searching For?

Searching…
Press Enter to search, or Esc to close

Create A WordPress Website Using The Divi Theme

Share
Tweet
Share
Pin

Different logo on fixed header

.et-fixed-header #logo {
content: url(https://yourdomain.com/wp-content/uploads/logo.png);
}

Change Height Of The Fullwidth Slider

.et_pb_slide {
height: 100vh;
}

Footer text

© 2023 | Ferdy Korp | Disclaimer | Privacy Policy Webdesign: Ferdy

Blurb CSS

border: 1px solid #3194c8;
padding: 25px;
border-radius: 4px;

Blurb Animation CSS

.animation-blurb.et_pb_blurb:hover {
background: #315669;
transition: all 1.0s ease-in-out 0s;
}

Remove Sidebar Border

.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

Contact Form Sum Color

.et_pb_contact_captcha_question {
color: #FFF;}

Black Title

h2 a{
color: #000000;
}

Contact Form Sum Color

.et_pb_contact_captcha_question {
color: #FFF;

Sticky Header Theme Builder

#divi-sticky-header {
	top: 0;
	width: 100%;
	z-index: 99 !important;
}

2 Buttons Side By Side

.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

Vertically Center Content

.et_pb_equal_columns .et_pb_column {
margin-top: auto;
margin-bottom: auto;
}

Padding Teammember

.et_pb_team_member_description {
	padding: 20px;
}
Share
Tweet
Share
Pin