{"id":11298,"date":"2023-04-27T13:40:00","date_gmt":"2023-04-27T11:40:00","guid":{"rendered":"https:\/\/ferdy.com\/?post_type=youtube-tutorials&p=11298"},"modified":"2025-01-31T11:45:49","modified_gmt":"2025-01-31T10:45:49","slug":"create-a-wordpress-website-using-the-divi-theme","status":"publish","type":"youtube-tutorials","link":"https:\/\/ferdy.com\/youtube-tutorials\/create-a-wordpress-website-using-the-divi-theme\/","title":{"rendered":"Create A WordPress Website Using The Divi Theme"},"content":{"rendered":"\n

Different logo on fixed header<\/h4>\n\n\n\n
.et-fixed-header #logo {\ncontent: url(https:\/\/yourdomain.com\/wp-content\/uploads\/logo.png);\n}<\/pre>\n\n\n\n

Change Height Of The Fullwidth Slider<\/h4>\n\n\n\n
.et_pb_slide {\nheight: 100vh;\n}<\/pre>\n\n\n\n

Footer text<\/h4>\n\n\n\n
\u00a9 2024 | Ferdy Korp | Disclaimer | Privacy Policy Webdesign: Ferdy<\/a><\/pre>\n\n\n\n

Blurb CSS<\/h4>\n\n\n\n
border: 1px solid #3194c8;\npadding: 25px;\nborder-radius: 4px;<\/pre>\n\n\n\n

Blurb Animation CSS<\/h4>\n\n\n\n
.animation-blurb.et_pb_blurb:hover {\nbackground: #315669;\ntransition: all 1.0s ease-in-out 0s;\n}<\/pre>\n\n\n\n

Remove Sidebar Border<\/h4>\n\n\n\n
.container:before { background-color:transparent !important; }\n.et_pb_widget_area_right { border-left:0 !important; }\n.et_pb_widget_area_left { border-right:0 !important; }<\/pre>\n\n\n\n

Contact Form Sum Color<\/h4>\n\n\n\n
.et_pb_contact_captcha_question {\ncolor: #FFF;}<\/pre>\n\n\n\n

Black Title<\/h4>\n\n\n\n
h2 a{\ncolor: #000000;\n}<\/pre>\n\n\n\n

Contact Form Sum Color<\/h4>\n\n\n\n
.et_pb_contact_captcha_question {\ncolor: #FFF;<\/pre>\n\n\n\n

Sticky Header Theme Builder<\/h4>\n\n\n\n
#divi-sticky-header {\n\ttop: 0;\n\twidth: 100%;\n\tz-index: 99 !important;\n}<\/pre>\n\n\n\n

2 Buttons Side By Side<\/h4>\n\n\n\n
.pa-inline-buttons .et_pb_button_module_wrapper {\n    display: inline-block;\n}<\/pre>\n\n\n\n

Vertically Center Content<\/h4>\n\n\n\n
.et_pb_equal_columns .et_pb_column {\nmargin-top: auto;\nmargin-bottom: auto;\n}<\/pre>\n\n\n\n

Padding Teammember<\/h4>\n\n\n\n
.et_pb_team_member_description {\n\tpadding: 20px;\n}<\/pre>\n\n\n\n
\n