How do I remove the horizontal line between items
- thomblf@gmail.com
-
Offline Topic Author
- New Member
-
- Posts: 4
- Thanks: 0
How do I remove the horizontal line between items was created by thomblf@gmail.com
Posted 1 year 3 months ago #65417
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:1 year 3 months ago
by thomblf@gmail.com
Last edit: 1 year 3 months ago by thomblf@gmail.com.
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic How do I remove the horizontal line between items
Posted 1 year 3 months ago #65418
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
by ced1870
Please Log in or Create an account to join the conversation.
- thomblf@gmail.com
-
Offline Topic Author
- New Member
-
- Posts: 4
- Thanks: 0
Replied by thomblf@gmail.com on topic How do I remove the horizontal line between items
Posted 1 year 3 months ago #65419
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: 1.203 seconds