greyscale logo hover effect

How to Create a Grayscale to Color Logo Hover Effect .friend-logo {     filter: grayscale(100%);     -webkit-filter: grayscale(100%);     opacity: .6;     -webkit-transition: .6s;     -moz-transition: .6s;     transition: .6s; }   .friend-logo:hover {     filter:...

hero centered

DESIGN Let’s make some cool things! We are a digital agency that specializes in User Experience Design Click...

how to highlite menu items on 1 page

R43: How to Highlight Active Links on Scroll and Click for One Page Divi Websites Next, open up the first section of your first content area, click the Advanced tab and in the CSS ID field, add the same unique name you used in the URL field for the custom link in your...

image overlap

/*———-Sign Up Image Desktop View———-*/   .sign-up-image {     margin-top: -75px;     margin-bottom: -45px!important; }   @media only screen and (max-width: 1100px) {       .sign-up-image {     margin-top: -45px; } }    ...

Increase width on mobile

Increase the width on mobile @media only screen and (max-width: 980px) { #top-header > .container, #main-header > .container, #et_search_outer > .container, #main-content > .container, div.et_pb_row, div.et_pb_row.et_pb_row_fullwidth { width: 90% !important; }...