Add image icon to read more button on Divi blog module

Dec 7, 2022 | Divi Tips

Steps to add an image icon to read more button on the Divi blog module.

Step 1: Add the class customBlog to your blog module.

Step 2: Create your icon image. In this case Iโ€™m using a 30 x 30 pixel image. If you use a different size, update the 30px to the size of your image.

Step 3: Update the background-image: url to your image.

Step 4: Add the custom CSS to the Divi theme options / Custom CSS area.

Step 5: Style your read more button in the Divi module.

/* adding image icon to read more button on blog module BEGIN */

.customBlog .more-link::before {

	content: "";

	background-image: url(https://www.embryodesign.com/wp-content/uploads/2022/12/icon-red-club.png) !important;

    background-size: 30px auto;

	background-position: left top;

	background-repeat: no-repeat;

	min-height: 30px;

	padding-top: 5px !important;

	padding-right: 40px !important;

}

.customBlog .post-content-inner {	

	padding-bottom: 20px!important;

}

.customBlog .et_pb_image_container {

	margin: 0 0 0 !important;

}

/* adding image icon to read more button on blog module END */

Need help with this?
Hire me for a consultation and I’ll walk you thru the process.

5 star reviews
“WOW! Money WELL spent. Joseph was incredibly knowledgeable in helping me make some final tweeks to my Divi website. He was very caring and went above and beyond. Will 100% use him for any future Divi website needs.”
Claire – CMMC

5 star reviews
“You really get what you pay for with Joe. He does more than simply build a website, he sets up websites for success. Functional, clean, professional designs and he keeps up/implements the latest plugins and technology. Thank you Joe. I will continue to refer you work.”
Mark Winger

5 star reviews
“The best WordPress guy Iโ€™ve worked with on WordPress, hands-down (and Iโ€™ve worked with dozens). Remarkably good with theme customizations with a quick turn. Kept it on budget as well. A rarity with hourly contracts.”
Nate Wright

5 star reviews
“Thanks for your prompt reply. Youโ€™re always so comprehensive. If we could write another review just for your communication skills, then we would.”
Alex N

More Tips

Ask a Question

Tell me about your project. The more details the better.

"*" indicates required fields