Zen Cart Logo

Template Fluorspar

Views: 135,984

Results 221 to 240 of 298
10 Aug 2025, 4:22 AM
#221
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
745
Plugin Contributions:
0

Template Fluorspar

Getting late on my end. "PM" me sometime tomorrow and I will help you out.

10 Aug 2025, 4:24 AM
#222
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

Getting late on my end. "PM" me sometime tomorrow and I will help you out.

No Problem, have a good night.

10 Aug 2025, 7:12 PM
#223
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
745
Plugin Contributions:
0

Re: Template Fluorspar

Make sure this does not impact the other navigation elements

to get what you are looking for go to

**path: **stylesheet_header_menu.css

find

.submenu a::after {
content: " >";
font-weight: bold;
margin-left: 5px;
}

**replace with: **
.dropdown_expand .level2 li:hover > a {color:#000;}
.mega-menu li:hover div a:hover {border-radius: 0px;}
.dropdown_expand .level2 li:hover a {width: 100%;color:#000;}
.mega-menu li ul li {border:none;}
.mega-menu .categories-li .dropdown_expand .level2 > li > a:hover {background: transparent;color:#000 !important;}
.mega-menu .categories-li .dropdown_expand .level2 > li > a {width: 100%;padding-left:0px; padding-right:0px;}
.level3 {border:none !important;}
.dropdown_expand .level2 li:hover a {padding-right:0px;}

.mega-menu li ul li {
width: 100%;
}

.level2 > .submenu > a:after {
content: " >";
font-weight: bold;
margin-left: 5px;
float: right;
margin-right: 0.5rem;
}

.level3 {
display: none;
position: absolute;
top: 0;
left: 100%; /* Position to the right of the parent */
background: #fff;
padding: 0;
margin: 0;
border: 1px solid #ccc;
min-width: 200px;
z-index: 1000;
}

/* Style the main level2 list */
.level2 {
list-style: none;
padding: 0;
margin: 0;
position: relative;
background: #f9f9f9;
width: 200px;
}

/* Style level2 items */
.level2 > li {
position: relative;
border-bottom: 1px solid #ddd;
}

/* On hover, show the level3 submenu */
.level2 > li:hover > .level3 {
display: block;
}

/* Links style */
.level2 a,
.level3 a {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #333;
}

/* Hover style */
.level2 a:hover,
.level3 a:hover {
background-color: #eee;
}

Attachment 21012

10 Aug 2025, 7:17 PM
#224
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

Make sure this does not impact the other navigation elements

to get what you are looking for go to

**path: **stylesheet_header_menu.css

find

.submenu a::after {
content: " >";
font-weight: bold;
margin-left: 5px;
}

**replace with: **
.dropdown_expand .level2 li:hover > a {color:#000;}
.mega-menu li:hover div a:hover {border-radius: 0px;}
.dropdown_expand .level2 li:hover a {width: 100%;color:#000;}
.mega-menu li ul li {border:none;}
.mega-menu .categories-li .dropdown_expand .level2 > li > a:hover {background: transparent;color:#000 !important;}
.mega-menu .categories-li .dropdown_expand .level2 > li > a {width: 100%;padding-left:0px; padding-right:0px;}
.level3 {border:none !important;}
.dropdown_expand .level2 li:hover a {padding-right:0px;}

.mega-menu li ul li {
width: 100%;
}

.level2 > .submenu > a:after {
content: " >";
font-weight: bold;
margin-left: 5px;
float: right;
margin-right: 0.5rem;
}

.level3 {
display: none;
position: absolute;
top: 0;
left: 100%; /* Position to the right of the parent */
background: #fff;
padding: 0;
margin: 0;
border: 1px solid #ccc;
min-width: 200px;
z-index: 1000;
}

/* Style the main level2 list */
.level2 {
list-style: none;
padding: 0;
margin: 0;
position: relative;
background: #f9f9f9;
width: 200px;
}

/* Style level2 items */
.level2 > li {
position: relative;
border-bottom: 1px solid #ddd;
}

/* On hover, show the level3 submenu */
.level2 > li:hover > .level3 {
display: block;
}

/* Links style */
.level2 a,
.level3 a {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #333;
}

/* Hover style */
.level2 a:hover,
.level3 a:hover {
background-color: #eee;
}

Attachment 21012

So far its working but the only problem is I get the > on the sub categories.

10 Aug 2025, 7:40 PM
#225
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
745
Plugin Contributions:
0

Re: Template Fluorspar

you need to remove

.submenu a::after {
content: " >";
font-weight: bold;
margin-left: 5px;
}
10 Aug 2025, 7:42 PM
#226
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

I did, I fixed it. There was a line of code was missing. So, I had recopy and re-paste of the code and now it works like a charm. Thank You.

10 Aug 2025, 9:05 PM
#227
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

What is the best way to remove or hide "Brands and Services" on the mega menu?

11 Aug 2025, 1:34 AM
#228
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
745
Plugin Contributions:
0

Re: Template Fluorspar

"too remove or hide brands"

Looks like you forgot to closer you media tag in your css file. just add this and it will solve both your problems

path: stylesheet_header_menu.css
**line 256. **

}
.manufacturers-li {
    display: none !important;
}

.customerservice-li {
	display: none !important;
}
11 Aug 2025, 1:48 AM
#229
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

"too remove or hide brands"

Looks like you forgot to closer you media tag in your css file. just add this and it will solve both your problems

path: stylesheet_header_menu.css
**line 256. **

}
.manufacturers-li {
display: none !important;
}

.customerservice-li {
display: none !important;
}


I don't see both in that file.
11 Aug 2025, 1:56 AM
#230
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
745
Plugin Contributions:
0

Re: Template Fluorspar

I think you misunderstood. You just need to copy and past it to line 256 and all should be good.

11 Aug 2025, 2:10 AM
#231
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

I think you misunderstood. You just need to copy and past it to line 256 and all should be good.

Yes, I did misread what you said. Sorry about that.

23 Aug 2025, 4:56 AM
#232
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

Ok, I have notice something missing in the product page. For the product description when I want to use the bullet it doesn't show the bullet in the product page on this template and I would like the font to be normal. Like the on the responsive classic template.

24 Aug 2025, 10:32 PM
#233
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
745
Plugin Contributions:
0

Re: Template Fluorspar

wmorris:

Ok, I have notice something missing in the product page. For the product description when I want to use the bullet it doesn't show the bullet in the product page on this template and I would like the font to be normal. Like the on the responsive classic template.

Can you explain exactly what your looking for. The last post was not clear.

24 Aug 2025, 10:35 PM
#234
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

Can you explain exactly what your looking for. The last post was not clear.

Yes, on the Responsive classic Template in the product info pages when I have the bullet symbol it shows it. But, on the this template when I try to do the bullet symbol it doesn't show the bullet symbol in the Fluorspar in the Product Info pages.

24 Aug 2025, 11:17 PM
#235
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
745
Plugin Contributions:
0

Re: Template Fluorspar

wmorris:

Yes, on the Responsive classic Template in the product info pages when I have the bullet symbol it shows it. But, on the this template when I try to do the bullet symbol it doesn't show the bullet symbol in the Fluorspar in the Product Info pages.

Where do you want the bullets to appear? Can you tell me the piece of code your trying to change

Attachment 21027

24 Aug 2025, 11:23 PM
#236
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

Where do you want the bullets to appear? Can you tell me the piece of code your trying to change

Attachment 21027

Under the Product Description I want to put the bullet on each line (sentence).

24 Aug 2025, 11:36 PM
#237
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
745
Plugin Contributions:
0

Re: Template Fluorspar

I started with every second occurrence because you don't want bullets in the "Product Des

add this to the bottom of your stylesheet. ```
#productinfoBody p:nth-of-type(n+2) {
position: relative;
padding-left: 1.2em;
}

#productinfoBody p:nth-of-type(n+2)::before {
content: "•";
position: absolute;
left: 0;
color: black;
}




Attachment 21028
24 Aug 2025, 11:44 PM
#238
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

I started with every second occurrence because you don't want bullets in the "Product Des

add this to the bottom of your stylesheet. ```
#productinfoBody p:nth-of-type(n+2) {
position: relative;
padding-left: 1.2em;
}

#productinfoBody p:nth-of-type(n+2)::before {
content: "•";
position: absolute;
left: 0;
color: black;
}

> 
> 
> 
> Attachment 21028

I added the code still no bullet.
25 Aug 2025, 12:01 AM
#239
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
745
Plugin Contributions:
0

Re: Template Fluorspar

did you put it at the bottom of stylesheets.css. When I use firefox developer tools and paste it into your stylesheet the bullets do show up.

25 Aug 2025, 12:08 AM
#240
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

did you put it at the bottom of stylesheets.css. When I use firefox developer tools and paste it into your stylesheet the bullets do show up.

Yes I did. I tried Safari and Firefox then clear image cache still no change.