How do I remove the horizontal line between items
- thomblf@gmail.com
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
2 years 2 months ago - 2 years 2 months ago #65417
by thomblf@gmail.com
Per the subject, I'd like to remove the horizontal lines between the menu items. I'm on the free version and I'm concerned about purchasing if there isn't a style that has the lines removed.
Thank you
Link to site
mhkdev.nicetheory.com/index.php/benefits...2-benefit-highlights
Thank you
Link to site
mhkdev.nicetheory.com/index.php/benefits...2-benefit-highlights
Last edit: 2 years 2 months ago by thomblf@gmail.com.
Please Log in or Create an account to join the conversation.
2 years 2 months ago #65418
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic How do I remove the horizontal line between items
Hi
this comes from your template, you can remove it by adding this custom css code in your page
CEd
this comes from your template, you can remove it by adding this custom css code in your page
Code:
#sp-right .sp-module ul > li {
border: none !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- thomblf@gmail.com
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
2 years 2 months ago #65419
by thomblf@gmail.com
Replied by thomblf@gmail.com on topic How do I remove the horizontal line between items
Thank you! That's what I had concluded as well.
I'm using edge to inspect my code, but it seems to be omitting things.
I'm using edge to inspect my code, but it seems to be omitting things.
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds