Category : CSS

Do you need your logo to overlap your header and/or main area? The blog post  “The Overlapping Divi Logo” offers a step-by-step guide on creating an overlapping effect for the logo when using the Divi theme on a WordPress website. The overlapping logo effect is a popular design trend that can give a unique and ..

Read more

This is just an example.  You may have to adjust variables. Here’s some HTML: <p class=”replaced”>Original Text</p> You want to replace “Original Text” with different content. Here’s how you can replace that text using only CSS. .replaced { visibility: hidden; position: relative; } .replaced:after { visibility: visible; position: absolute; top: 0; left: 0; content: “This ..

Read more

/*——-modal search bar—-*/ body #et_top_search .et-search-form { position: fixed ; top: 0px ; left: 0px ; bottom: 0px ; margin-top: 80px ; margin-right: 0px ; } body #et_top_search .et-search-form input { width: 50% ; height: 75px ; position: relative ; top: 30vh ; display: block ; margin-right: auto ; margin-left: auto ; font-size: 3em ; ..

Read more