How To Make Bullets For Flex Block 1

Posted in: Newspaper
Post count: 87

Hello I Have Seen One Website that’s site also made with newspaper theme in the site i have seen bullets like above image, how to add like this bullets for flex block This site made with newspaper theme

Post count: 35449

Hi,
That can be do using an extra css, for this, edit a flex block -> https://i.imgur.com/0kdmozf.png after that use a custom css like this one -> https://i.imgur.com/U6tojQw.png then the css will apply on all flex blocks that have that class set (also it can be adjusted)
.my-css.td_flex_block_1 .td_module_flex .td-module-title{
margin-left: 20px;
}
.my-css.td_flex_block_1 .td_module_flex::before {
content: '';
position: absolute;
width: 8px;
height: 8px;
background: #eb6a14;
top: 22px;
left: 20px;
border-radius: 50%;
z-index: 999;
}

This code need to be set in theme panel> custom code> custom css.
I hope this will help you.
Thank you!

Post count: 87

yes working thank you 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.