Archived topic
Help customizing css
7 replies · Started by mahmoud on May 18, 2021
Hello
I used this code to add a checkmark for ul li list
.entry-content ul{list-style:none}.entry-content ul li{padding:0;border:0;margin:0 0 10px 0}.entry-content ul li::before{content:"\2714";display:inline-block;width:1.2em;color:#054ada;font-size:20px}
Sometimes I use li ul list for h3
It looks like this
https://pasteboard.co/K2sloSx.png
I need to have a checkmark next to it, not over it
How can I fix the code
Hi there,
can you share a link to a post where i can see the problem
Hi David
This is the link { baktib }
Hi there,
You can try this:
.entry-content ul li h3 {
display: inline-block;
margin-bottom: 0;
}
thanks, Ying To help me
The code is running successfully, But it leaves an empty space under it.
How can I solve it
Edited CSS here :)
https://generatepress.com/forums/topic/help-customizing-css/#post-1788302
It works successfully
Thanks for helping me, the best template is really generatepress
Thank you and you are welcome :)