Divi 4 How To Customize Portfolio Buttons Using CSS

by | May 8, 2020 | 0 comments

Divi 4 How To Customize Portfolio Buttons Using CSS

by | May 8, 2020 | CSS Tips and Tricks | 0 comments



Divi 4 How To Customize Portfolio Buttons Using CSS. The Divi theme from elegant themes is absolutely awesome. Whenever I have a WordPress build, it’s my go-to theme every time. I have built many, many sites with the Divi theme and it just keeps on getting better. Elegant themes keeps adding features, and tools to increase your productivity, as well as ease of use and site load speed. So if you are building a WordPress site I recommend you give it a try. You will not be disappointed!

Try out the Divi theme: https://goo.gl/gqfUxZ

Divi 4 Theme Build A Multi Page Website In 20 Minutes https://youtu.be/mNDtB86_hGU

Divi Basics Playlist : http://bit.ly/DiviBasics

CSS code:

/* Portfolio Buttons */

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {

background: orange !important;

color: #fff !important;

border: orange !important;

border-radius: 50px !important;

width: 170px;

margin: 10px !important;

}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {

background: blue !important;

color: #fff !important;

border: blue !important;

border-radius: 50px !important;

width: 170px;

margin: 10px !important;

}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {

background: blue !important;

color: #fff !important;

border: blue !important;

border-radius: 50px !important;

width: 170px;

margin: 10px !important;

}

Free Tech Courses – Web Design, game development, javascript, wordpress, bootstrap: https://bestwebdevelopmentcourses.com/free/

Get our Build an awesome pro eCommerce store for free with WordPress course. https://goo.gl/fQDRMP

Get our complete WordPress local install and migration course here : https://goo.gl/MsW8B3

Get Our Full Bootstrap Website Building Course – Learn to build sites fast: https://goo.gl/6tzUxH

Subscribe to our Channel https://goo.gl/Vn3Qu2

More tips at :http://web-design-and-tech-tips.com/

Facebook:https://www.facebook.com/system22.net/

Get us to build Your website: http://www.system22.net/web-design.html

source